Re: set_plot,'PS' [message #28322] |
Tue, 04 December 2001 14:43  |
Wayne Landsman
Messages: 117 Registered: January 1997
|
Senior Member |
|
|
Reimar Bauer wrote:
> Hi
>
> did someone know the file unit which is open by
> set_plot,'PS'
>
> I like to add if possible a rotate ps-sequence to the
> opened file during idl write process.
>
I'm not sure if you can access the file unit directly, but you can use
the OUTPUT keyword to the DEVICE command to write a scalar string
directly to the open postscript file without any processing. This
should allow you to include your own postscript commands within the
file.
--Wayne Landsman landsman@mpb.gsfc.nasa.gov
|
|
|
|
|
|