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 
Switch to threaded view of this topic Create a new topic Submit Reply
multiple page eps file [message #87592] Mon, 17 February 2014 03:41 Go to next 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
Re: multiple page eps file [message #87593 is a reply to message #87592] Mon, 17 February 2014 04:17 Go to previous messageGo to next message
Lajos Foldy is currently offline  Lajos Foldy
Messages: 176
Registered: December 2011
Senior Member
On Monday, February 17, 2014 12:41:38 PM UTC+1, Petros Syntelis wrote:

> I want to plot many a series of pages on an eps file.

An EPS file is, by definition, a single page file.

regards,
Lajos
Re: multiple page eps file [message #87597 is a reply to message #87593] Mon, 17 February 2014 05:25 Go to previous message
Petros Syntelis is currently offline  Petros Syntelis
Messages: 32
Registered: June 2013
Member
On Monday, February 17, 2014 12:17:51 PM UTC, fawltyl...@gmail.com wrote:
> On Monday, February 17, 2014 12:41:38 PM UTC+1, Petros Syntelis wrote:
>
>
>
>> I want to plot many a series of pages on an eps file.
>
>
>
> An EPS file is, by definition, a single page file.
>
>
>
> regards,
>
> Lajos

Thanks Lajos,

I uses ps and it worked

Petros
  Switch to threaded view of this topic Create a new topic Submit Reply
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:07:17 PDT 2025

Total time taken to generate the page: 0.00515 seconds