help-octave
[Top][All Lists]
Advanced

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

Re: how to save plot?


From: Geordie McBain
Subject: Re: how to save plot?
Date: Wed, 05 Apr 2006 09:23:55 +1000

Use the function print; e.g.

octave2.9:1> x = linspace (0, 1, 99); plot (x, x.^2)
octave2.9:2> print ("mygraph.eps", "-deps")

On Tue, 2006-04-04 at 17:50 -0500, jian Xu wrote:
> I generate some plots in octave, but how can I save them into a file? 
> Thanks a lot.
> 
> Jian
> 
> 
> 
> -------------------------------------------------------------
> 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
> -------------------------------------------------------------
> 



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