From help-octave-request at bevo dot che dot wisc dot edu Wed Jan 27 02:30:17 1999 Subject: How to generate a .eps file ? From: Daniel Tourde To: help-octave at bevo dot che dot wisc dot edu Date: Wed, 27 Jan 1999 09:29:22 +0100 Hi ! I use Octave to make computation and to display the results with Gnuplot (Nothing extraordinary until now...). Now I would like to put the graphs in my tex report. To do so, I need to generate a .eps file (encapsulated postscript). Here is how I proceed : clearplot gset term postscript landscape color gset output "/home/lorient/ffa/ase/octave/ase2/data/misc/bessj.eps" title ("Bessel functions of the first kind, Jn(x)"); xlabel ("x") ylabel ("y=Jn(x)") # Postscript ploting gplot fig0 title "n=0" I obtain a postscipt file but unfortunately it's in the wrong position (portrait instead of landscape) as I want it to be. I may be wrong in the commands I give. Does anybody know the right way to do it ? Thanks in advance for any information. Daniel -- *********************************************************************** Daniel TOURDE E-mail : ted at ffa dot se The Aeronautical Research Institute of Sweden Tel : +46 8 55 54 93 44 P.O. Box 11021 S-161 11 BROMMA, Sweden Fax : +46 8 25 34 81 ***********************************************************************