axes limit calculations

Ben Abbott bpabbott at mac.com
Thu Aug 28 05:47:25 CDT 2008


On Aug 28, 2008, at 3:45 AM, Michael Goffioul wrote:

> 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.

MIchael,

Thanks for this.

I'm running the default branch. When I check "available backends", I  
get ...

octave:17> available_backends
ans =
{
   [1,1] = gnuplot
}

However, switching to fltk appears to work ... well  almost. The plot  
doesn't render properly.

Is this typical given the current state of development, or ... perhaps  
I have some problem with my build?

Ben





More information about the Octave-maintainers mailing list