help-octave
[Top][All Lists]
Advanced

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

Re: Saving plots created with Octave under Linux


From: Claudio Belotti
Subject: Re: Saving plots created with Octave under Linux
Date: Wed, 06 Apr 2005 16:14:02 +0200
User-agent: Debian Thunderbird 1.0 (X11/20050116)

Attie,

plot(x,y)
print('/tmp/plot.eps','-color')

this produces an eps file


or
gset output "filename"
gset terminal the_terminal_you_want

type "gset terminal" on octave prompt to see a list of terminals, and/or have a look at gnuplot documentation

Claudio



Attie Combrink wrote:
Hi

I wish to save plots that I generated with Octave.  I am running Octave
under Linux, i.e. the command "plot" opens an Xwindow on the screen,
generated by gnuplot.  Any advice on how to save such a plot to a
PostScript or JPEG file?

Thanks,

Attie




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