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

Home » Public Forums » archive » multiple page eps file
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
multiple page eps file [message #87592] Mon, 17 February 2014 03:41 Go to previous message
Petros Syntelis is currently offline  Petros Syntelis
Messages: 32
Registered: June 2013
Member
Hi,

I want to plot many a series of pages on an eps file. I have i code like this

ps_start, fi=file,/encaps, charsize=charsize, scale_factor=scale_factor, xsize=xsize, ysize=ysize

for i=0, nt do begin
....
pos=posplot(1,1,1,3)
cgcontour, im1 , nl=100, pos=pos,/noerase,/iso
pos=posplot(1,2,1,3)
cgcontour, im2 , nl=100, pos=pos,/noerase,/iso
pos=posplot(1,3,1,3)
cgcontour, im3 , nl=100, pos=pos,/noerase,/iso

endfor

ps_end

Which doesn't work.

I ve tried also

set_plot, 'ps'
device, fi=file, /encaps, xsize=xsize, ysize=ysize,/color, bits=16

for i=0, nt do begin
...
pos=posplot(1,1,1,3)
cgcontour, im1 , nl=100, pos=pos,/iso
pos=posplot(1,2,1,3)
cgcontour, im2 , nl=100, pos=pos,/noerase,/iso
pos=posplot(1,3,1,3)
cgcontour, im3 , nl=100, pos=pos,/noerase,/iso

erase
endfor

device, /close
set_ps, 'X'

but this doesn't work either.

Do you have any idea of whats wrong?

Thank,
Petros
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: 2D density plot and logarithmic axes
Next Topic: Re: plot values from a csv file (one column only)

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

Current Time: Wed Oct 08 15:05:44 PDT 2025

Total time taken to generate the page: 0.00454 seconds