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

Home » Public Forums » archive » How to make multiple plots on multiple pages with the same figure filename?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
How to make multiple plots on multiple pages with the same figure filename? [message #87467] Wed, 05 February 2014 01:20 Go to previous message
atmospheric physics is currently offline  atmospheric physics
Messages: 121
Registered: June 2010
Senior Member
Hello,

I am currently using coyote plotting routines. I wanted to make 3 plots each on first and second pages with same figure filename. Right now, I am plotting 3 plots on page and other 3 plots on another page with different filenames. Is there a simple way with !P.Multi tool in IDL to include multiple pages with same figure filename?

-------------------
Figfile1='figure1.ps'

cgPS_Open, FigFile1
cgDisplay,1200,1000
!P.Multi=[0,1,3]

...
...
...


!P.Multi=0
cgPS_Close
cgPS2Raster,FigFile1,/PNG, Width=1000

FigFile2='figure2.ps'
cgPS_Open, FigFile2
cgDisplay,1200,1000
!P.Multi=[0,1,3]

...
...
...


!P.Multi=0
cgPS_Close
cgPS2Raster,FigFile2,/PNG, Width=1000
--------------------------

Thanks in advance!
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: indexing a structure in a list
Next Topic: matchdelim

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

Current Time: Wed Oct 08 13:34:16 PDT 2025

Total time taken to generate the page: 0.00378 seconds