octave-maintainers
[Top][All Lists]
Advanced

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

Re: axes limit calculations


From: Ben Abbott
Subject: Re: axes limit calculations
Date: Thu, 28 Aug 2008 06:47:25 -0400


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

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.

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





reply via email to

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