[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 3d plot projection
From: |
Ben Abbott |
Subject: |
Re: 3d plot projection |
Date: |
Mon, 23 Apr 2012 20:26:24 -0400 |
On Apr 23, 2012, at 7:21 PM, Terry Duell wrote:
> On Tue, 24 Apr 2012 03:57:26 +1000, Ben Abbott <address@hidden> wrote:
>
>
>> Please try Octave's native OpenGL backend instead. Start with ...
>>
>> close all
>> graphics_backend fltk
>>
>> ... and then try your plots.
>
> I have seen reference to the 'graphics_backend' command a few times now, but
> it doesn't work here, however 'graphics_toolkit' is understood.
>
> octave:2> graphics_backend fltk
> error: `graphics_backend' undefined near line 2 column 1
> octave:2> graphics_toolkit fltk
> octave:3>
>
> Is there an explanation for this behaviour?
>
> I am running Octave 3.6.1 on Fedora 16 x86_64.
Opps. The explanation is that I gave you the wrong command ;-)
Ben