axes limit calculations

Michael Goffioul michael.goffioul at gmail.com
Thu Aug 28 06:17:26 CDT 2008


On Thu, Aug 28, 2008 at 12:47 PM, Ben Abbott <bpabbott at mac.com> 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.


More information about the Octave-maintainers mailing list