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

Home » Public Forums » archive » Widget Question
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: postscript [message #2761 is a reply to message #2374] Tue, 20 September 1994 11:11 Go to previous messageGo to previous message
dan is currently offline  dan
Messages: 27
Registered: March 1993
Junior Member
In article <fskmjm.1@puknet.puk.ac.za>, fskmjm@puknet.puk.ac.za (Mike Mathews) writes:
|> In article <1994Sep19.175952.24490@msuvx1.memphis.edu> pvemulakonda@cc.memphis.edu (PAVAN VEMULAKONDA) writes:
|>
|> > I want to convert the image on screen to a postscript file to get a
|> >printout, how can I do it on IDL.
|>
|> >pavan
|>
|>
|>
|> print = 1 ; or 0 for output to the default device
|>
|> if print then begin
|> olddevice=!d.name
|> set_plot,'ps'
|> device,/land,xsize=10,ysize=6,/inches,file='output.ps'
|> endif
|>
|> ;create your plot
|>
|> if print then begin
|> device,/close
|> set_plot,olddevice
|> endif


No, this is only if you want to regenerate the image that is on your screen. The only way
I know of to dump what is on your screen to a postcript file is to use the IDL routine
ANNOTATE after you have generated your image on the screen. ANNOTATE has a postscript option.
--
************************************************************ ***
** Dan Bergmann dbergmann@llnl.gov **
** Global Climate Research fax (510) 422-5844 **
** Lawrence Livermore National Lab human (510) 423-6765 **
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Widget Question
Next Topic: Find group_leader of a widget

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

Current Time: Thu Oct 09 21:13:30 PDT 2025

Total time taken to generate the page: 1.03417 seconds