help-octave
[Top][All Lists]
Advanced

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

Re: how to make a gnuplot reset in octave?


From: Eric Chassande-Mottin
Subject: Re: how to make a gnuplot reset in octave?
Date: Wed, 21 Nov 2001 16:36:01 +0100 (CET)

> octave:1> help graw
> octave:2> graw("reset")
> 
> -- 
> Better to have an approximate answer to the right question 
> than a precise answer to the wrong question. -- John Tukey

thanks, but i receive an error when doing
this :

GNU Octave, version 2.0.16 (i386-pc-linux-gnu).
Copyright (C) 1996, 1997, 1998, 1999, 2000 John W. Eaton.
This is free software with ABSOLUTELY NO WARRANTY.
For details, type `warranty'.

octave:1> help graw
graw is a builtin function

graw (string)

Send STRING directly to gnuplot subprocess.
octave:2> graw("reset")
octave:3> plot(1:10)

gnuplot> resetset nologscale
         ^
         line 0: invalid command

octave:4> 

perhaps, is it correct to use 
graw("reset;")
instead ?

é.




-------------------------------------------------------------
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]