help-octave
[Top][All Lists]
Advanced

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

Re: Matlab menu-driven code - problem


From: Lester Anderson
Subject: Re: Matlab menu-driven code - problem
Date: Mon, 26 Aug 2013 18:45:13 +0100

Just as a check:

octave:5> available_graphics_toolkits
ans =
{
  [1,1] = fltk
  [1,2] = gnuplot
}
octave:6> graphics_toolkit()
ans = fltk
octave:7> flex2d
octave:8>

So FLTK is set but the graphics window is not working as shown by Ben earlier.

?An operating system issue

Cheers
Lester


On 26 August 2013 18:35, Lester Anderson <address@hidden> wrote:

Well if it is part of the Octave install, then using the commands:

graphics_toolkit fltk
flex2d

Still does not generate any menus, just the empty figure canvas window.

I checked in the Octave structure to locate the files and got these points:

C:\Octave\Octave3.6.4_gcc4.6.2\share\octave\3.6.4\m\plot\graphics_toolkit.m
C:\Octave\Octave3.6.4_gcc4.6.2\share\octave\3.6.4\m\plot\private\ <------------location of files with FLTK association

It does not look like calling the graphics_toolkit is doing anything, or not on my install (Windows 7)

Should I get the menus as Ben showed?

Lester


On 26 August 2013 18:26, Mike Miller <address@hidden> wrote:
On Mon, Aug 26, 2013 at 18:08:40 +0100, Lester Anderson wrote:
> Is the graphics_toolkit fltk option linked to this bug ? It does not show
> when I list packages

Yes, as was explained earlier in this thread, uimenu only works with
fltk, not gnuplot. There is no package to install, it is part of
Octave itself.

> Also, is the default graphics in Octave set to Gnuplot?

For now, yes. You can select your default with an octaverc file, for
example mine switches to fltk.

--
mike



reply via email to

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