axes limit calculations
Michael Goffioul
michael.goffioul at gmail.com
Thu Aug 28 02:45:08 CDT 2008
On Tue, Aug 26, 2008 at 7:55 PM, John W. Eaton <jwe at bevo.che.wisc.edu> wrote:
> OK, I applied
>
> backend_switch
> base_properties_autogen
> generic_octave_to_backend_nofitication
> octave_to_backend_notification
> property_change_check
I updated my archive.
For interested people, the backend_switch patch adds a useful
function to switch between graphics backend, called "backend".
See help for more info, but you can basically switch to fltk backend
using
backend ('fltk');
You can also switch the backend for a specific figure using
backend (gcf (), 'fltk');
This function takes care of everything, including loading and setting
up the fltk backend.
Michael.
More information about the Octave-maintainers
mailing list