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 07:25:53 -0400


On Aug 28, 2008, at 7:17 AM, Michael Goffioul wrote:

On Thu, Aug 28, 2008 at 12:47 PM, Ben Abbott <address@hidden> wrote:
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?

It's normal in the sense that at the moment you call "available_backends", the fltk backend has not been loaded yet. Calling "backend('fltk')" will load it, so if you call "available_backends" afterwards, you should see it
in the list.

Michael.

octave:25> available_backends
ans =

{
  [1,1] = fltk
  [1,2] = gnuplot
}

Thanks!
Ben


reply via email to

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