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

Home » Public Forums » archive » Un-setting /ENCAPSULATED PostScript
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: Un-setting /ENCAPSULATED PostScript [message #3529 is a reply to message #3464] Fri, 03 February 1995 06:49 Go to previous messageGo to previous message
baardk is currently offline  baardk
Messages: 1
Registered: February 1995
Junior Member
Try the following for encapsulated postscript

set_plot,"ps"
device, filename="file.eps", encapsulated = 1
...plotting commands...
device, /close

and

set_plot, "ps"
device, filename="file.ps", encapsulated = 0
...plotting commands...
device, /close

for un-encapsulated postscript. This works fine and allows you
to combine the two options in the same session (in arbitrary
order).


Baard Krane
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: IDL routine for compress raster-8 image? (lossless)
Next Topic: HELP! Trying to plot 3-D data

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

Current Time: Sun Oct 12 02:34:54 PDT 2025

Total time taken to generate the page: 0.80308 seconds