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

Home » Public Forums » archive » Postscript dump to a Laserwriter
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 Dump [message #3114 is a reply to message #637] Mon, 14 November 1994 15:23 Go to previous messageGo to previous message
rouse is currently offline  rouse
Messages: 17
Registered: July 1994
Junior Member
|>
|>Ken Ganga (ganga@physics23) wrote:
|>: Hello,
|>
|>: I got such swift and helpful advice last time I posted here that I
|>: thought I'd try again.
|>
|>: I am working on a program in which I have a single plot that changes a
|>: lot. If I like the plot at a certain point, I would like to be able to
|>: make a postscript file of the plot as it stands. That is, I would like
|>: to be able to get an initial graph, muck around with it a bit, then
|>: dump whatever is in the plot at the moment to a postscript file. Just
|>: a dump to a postscript file. Using SET_PLOT, 'PS' won't work because I
|>: would like to see what I am doing to the plot. I seem to be able to
|>: dump the graph in sun rasterfile format with WRITE_SRF (and I can even
|>: convert it with XV or whatever), but I would like to be able to make a
|>: postscript file completely within IDL.
|>
|>: Thanks for any help,
|>
|>: Ken
|>

You could do it by using JOURNAL. Turn JOURNAL on make your plot, turn
JOURNAL off, edit the journal file leaving only the plot commands you want,
do the SET_PLOT and DEVICE combination, execute the journal file using the
@ syntax, do DEVICE,/CLOSE.

Save the journal file as a permenant record of your plot commands.
E.g.:

journal, 'plotcmds'
plot,.....
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Plotting with both xstyle=1 and 4
Next Topic: Re: Debugging w/widgets

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

Current Time: Sat Oct 11 02:53:14 PDT 2025

Total time taken to generate the page: 1.19999 seconds