help-octave
[Top][All Lists]
Advanced

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

Re: saving plots


From: Heber Farnsworth
Subject: Re: saving plots
Date: Mon, 9 Sep 2002 17:42:31 -0500

This ought to be a FAQ somewhere because it pops up so much.

If you are looking at a plot you like and you want to save it to a file named "myplot" then do the following

gset terminal png
gset output "myplot.png"
replot

This will produce a png file. Check out the "set terminal" command in gnuplot to see all the possible output formats.

Heber

On Monday, September 9, 2002, at 02:37 PM, David Crescent wrote:

How do you save a plot in octave?

Thanks,
Dave




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