Plot to Postscript file [message #2832] |
Thu, 29 September 1994 06:19  |
bardo
Messages: 1 Registered: September 1994
|
Junior Member |
|
|
Maybe it's too easy, but I was not able to figure it out :
How does one save in IDL a graphics object, say, the one created by
surface, into a Postscript file ?
Thanks a lot,
Bardo
-------" ------------------------------------------------------------ ---
Bardo MULLER Phone : [33] [1] 69 41 78 50
Institut d'Electronique Fondamentale Fax : [33] [1] 60 19 25 93
Bat. 220 Universite Paris Sud p.029 e-mail : bardo@ief-paris-sud.fr
91405 ORSAY CEDEX FRANCE
|
|
|
Re: Plot to Postscript file [message #2835 is a reply to message #2832] |
Thu, 29 September 1994 10:36  |
andy
Messages: 31 Registered: November 1993
|
Member |
|
|
In article <36eett$idg@upsn2.u-psud.fr>, bardo@ief-paris-sud.fr (Bardo Muller) writes:
> Maybe it's too easy, but I was not able to figure it out :
>
> How does one save in IDL a graphics object, say, the one created by
> surface, into a Postscript file ?
>
> Thanks a lot,
>
> Bardo
>
I just did the following...
IDL> set_plot, 'ps'
IDL> surface, dist(40)
IDL> device, /close
IDL> $ghostview idl.ps
... and a beutiful plot appeared on my screen!
Andy
P.S. Ghostview is the name of my postscript previewer (not an IDL routine).
--
,__o Andrew F. Loughe (Mail Code 971) voice: (301) 286-5899
-\_<, NASA Goddard Space Flight Center fax : (301) 286-0240
(*)/'(*) Greenbelt, MD 20771 email: andy.loughe@gsfc.nasa.gov
|
|
|