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 13:17:26 +0200

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.


reply via email to

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