help-octave
[Top][All Lists]
Advanced

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

Re: Making graphic available for Latex


From: Quentin Spencer
Subject: Re: Making graphic available for Latex
Date: Thu, 03 Feb 2005 09:11:30 -0600
User-agent: Mozilla Thunderbird 0.9 (X11/20041127)

Rodrigo Santos wrote:

I would like to copy a figure obtained using plot to an .eps format so I
can include it on latex file.
The easiest way to do this is using the "print" command in the octave-forge package (http://octave.sf.net). It is very similar to the print function in Matlab. Without this function, you can do something like this:

gset term postscript
gset output filename.eps
replot

There are additional options for the first command that are in the gnuplot documentation.



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