From help-request at octave dot org Thu Feb 3 09:08:54 2005 Subject: Re: Making graphic available for Latex From: Quentin Spencer To: ierms at criba dot edu dot ar CC: help at octave dot org Date: Thu, 03 Feb 2005 09:11:30 -0600 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 -------------------------------------------------------------