help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Octave 3.4.2 with fltk support


From: Daniel Arteaga
Subject: Re: Octave 3.4.2 with fltk support
Date: Tue, 28 Jun 2011 14:00:39 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; ca-ES; rv:1.9.2.17) Gecko/20110516 Thunderbird/3.1.10

Al 28/06/11 13:30, En/na Ben Abbott ha escrit:


The available_graphics_toolkits() reports those backend that have been 
initialized.

If you first type "graphics_toolkit fltk" and then type 
"available_graphics_toolkits" you'll see fltk listed.

octave:1>  available_graphics_toolkits
ans =
{
   [1,1] = gnuplot
}
octave:2>  graphics_toolkit fltk
octave:3>  available_graphics_toolkits
ans =
{
   [1,1] = fltk
   [1,2] = gnuplot
}

Ben

Ok, then it is clear. Everything working.

Thank you very much to all of you for your help and assistance.

Daniel



reply via email to

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