comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: set_plot,'PS'
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
Re: set_plot,'PS' [message #28322] Tue, 04 December 2001 14:43 Go to next message
Wayne Landsman is currently offline  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
Re: set_plot,'PS' [message #28323 is a reply to message #28322] Tue, 04 December 2001 14:22 Go to previous messageGo to next message
James Kuyper Jr. is currently offline  James Kuyper Jr.
Messages: 10
Registered: November 2001
Junior 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.

By default, it's idl.ps. You can change it by typing:

device,filename='new_name.ps'
Re: set_plot,'PS' [message #28328 is a reply to message #28323] Tue, 04 December 2001 09:39 Go to previous messageGo to next message
Pavel A. Romashkin is currently offline  Pavel A. Romashkin
Messages: 531
Registered: November 2000
Senior Member
Reimar Bauer wrote:
>
> 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.

Can't you open the file first yourself?

openw,unit,'My_file.ps',/get_lun

Device, filename='My_file.ps'

... etc?

Cheers,
Pavel
Re: set_plot,'PS' [message #28416 is a reply to message #28322] Tue, 04 December 2001 23:46 Go to previous message
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
Wayne Landsman wrote:
>
> 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

Dear Wayne,

this sounds very good. I will try this!

regards

Reimar
--
Reimar Bauer

Institut fuer Stratosphaerische Chemie (ICG-1)
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
http://www.fz-juelich.de/icg/icg1/
============================================================ ======
a IDL library at ForschungsZentrum Juelich
http://www.fz-juelich.de/icg/icg1/idl_icglib/idl_lib_intro.h tml

http://www.fz-juelich.de/zb/text/publikation/juel3786.html
============================================================ ======

read something about linux / windows
http://www.suse.de/de/news/hotnews/MS.html
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: Array index for arrays
Next Topic: Re: IDLWAVE: passing on the torch

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 08:51:05 PDT 2025

Total time taken to generate the page: 0.00453 seconds