help-octave
[Top][All Lists]
Advanced

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

How to generate a .eps file ?


From: Daniel Tourde
Subject: How to generate a .eps file ?
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 : address@hidden
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
***********************************************************************



reply via email to

[Prev in Thread] Current Thread [Next in Thread]