From octave-graphics-request at bevo dot che dot wisc dot edu Fri Jan 7 00:32:09 2000 Subject: printing to .eps file? From: "John W. Eaton" To: Shaun Cloherty Cc: octave-graphics Date: Fri, 7 Jan 2000 00:32:42 -0600 (CST) On 7-Jan-2000, Shaun Cloherty wrote: | I'm not sure if this is an Octave issue or a Gnuplot issue..... but | how do I 'print' a plot to an encapsulated postscript (.eps) file | for use in a LaTeX document? gset term postscript eps gset output "foo.eps" replot This is described in the manual, in the introduction, I think. Questions about using Octave should go to help-octave. The octave-graphics list is for discussions about how to improve Octave's graphics capabilities. Thanks, jwe