axes limit calculations

Ben Abbott bpabbott at mac.com
Thu Aug 28 06:25:53 CDT 2008


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

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

octave:25> available_backends
ans =

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

Thanks!
Ben


More information about the Octave-maintainers mailing list