octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: axes limit calculations


From: Michael Goffioul
Subject: Re: axes limit calculations
Date: Thu, 28 Aug 2008 09:45:08 +0200

On Tue, Aug 26, 2008 at 7:55 PM, John W. Eaton <address@hidden> 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]