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

Home » Public Forums » archive » Re: Two-page PostScript output
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: Two-page PostScript output [message #28712 is a reply to message #28704] Thu, 03 January 2002 14:53 Go to previous messageGo to previous message
thompson is currently offline  thompson
Messages: 584
Registered: August 1991
Senior Member
Paul van Delst <paul.vandelst@noaa.gov> writes:

> David Shadovitz wrote:
>>
>> I'd be thrilled if anyone could help on this one...
>>
>> I'm trying to write a two-page PostScript file, with one image per
>> page. The following code almost works; it writes both images
>> superimposed on one page.
>>
>> Set_Plot, 'PS', /Copy
>> Device, filename='C:\file1.ps'
>> for iImage=0,1 do begin
>> Contour, imageData(iImage), ...
>> endfor
>> Device, /Close

> When I do things like the above, the graphics are on separate pages. Maybe
> it's a windows thing.

> IDL> print, !version
> { x86 linux unix 5.4.1 Jan 16 2001 32 32}


Most likely, David has !P.NOERASE set to something other than zero, for some
reason. That's the only thing I can figure. The simplest solution is to set
it back to !P.NOERASE=0. Explicitly calling ERASE, as has already been
suggested, is another solution.

Bill Thompson
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: textbox value on destroy?
Next Topic: Reporting routines called

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

Current Time: Fri Oct 10 19:38:30 PDT 2025

Total time taken to generate the page: 0.23962 seconds