help-octave
[Top][All Lists]
Advanced

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

__gnuplot_raw__ ("reset")


From: Henry F. Mollet
Subject: __gnuplot_raw__ ("reset")
Date: Sat, 30 Jul 2005 11:54:57 -0700
User-agent: Microsoft-Entourage/11.1.0.040913

GNU Octave, version 2.1.71 (powerpc-apple-darwin8.1.0).
G N U P L O T
        Version 4.0 patchlevel 0

How can I reset all the parameters without closing the terminal and starting
a new octave session. JWE on Aug 26, 2004 suggested graw ("reset"). Is this
no longer valid? I know that I should now use __gnuplot_raw__ ("reset") but
neither one works for me.

In a new terminal at the Octave prompt I can use 'gshow all' to get all the
default settings. Then I run a script which is using multiplot.m and
contour.m. At the end of the script I use __gnuplot_raw__ ("reset") which
appears to have no effect.

Below I use __gnuplot_raw__ ("reset") again at the octave prompt and then I
use 'gshow all'. I get an error the first time but it works the second time.
However, the parameters have not been reset to the default (e.g. label,
parametric where default should be off, xlabel, and ylabel have not been
reset to the default values.
Henry

octave:5> __gnuplot_raw__ ("reset")
octave:6> gshow all
octave:7> 
gnuplot> resetresetshow all
         ^
         line 0: invalid command


octave:7> gshow all
octave:8> 
        G N U P L O T
        Version 4.0 patchlevel 0
Cut
        label 4 " D)  w/al = 12.0 " at (0.25, 27.5, 0) left not rotated back
nopoint
Cut
        parametric is ON
Cut
        xlabel is "Sa/lambda1", offset at 0.000000, 0.000000
        ylabel is " alpha", offset at 0.000000, 0.000000
       





-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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