|
From: | Michael Goffioul |
Subject: | Re: octave for windows: plot opens figure but does not draw |
Date: | Mon, 15 Apr 2013 17:40:45 -0400 |
paolocent wrote
> Hello!
> I have installed Octave-3.6.4-mingw in windows 7 following the procedure
> in the "octave for windows" wiki site, i've included all the package and
> used auto to load them at start (not including ad, nan, gsl) as described.
> When i try to plot a graphic, the figure window just pops up but it is
> transparent and i can only see my screen behind. When i move the pointer
> inside the windows, i can see the quote varying in a bottom bar but no
> graph at all.
>
> How can i solve my problem?
>
> I've also try to install apart gnuplot, but i don't know how to have it
> seen by octave.
>
> I do thank you all for the help!!!
Try to use gnuplot as graphics engine instead of the fltk default by
starting octave and before ploting any figure type in the cmd window:
graphics_toolkit gnuplot
[Prev in Thread] | Current Thread | [Next in Thread] |