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

Home » Public Forums » archive » Plotting one ps file with different plots in separate pages
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Plotting one ps file with different plots in separate pages [message #78483] Wed, 23 November 2011 04:23 Go to previous message
ece is currently offline  ece
Messages: 12
Registered: June 2011
Junior Member
I have a loop in my program that i deal with many objects, I can plot
the individual objects to separate ps files.
I want to have a one ps file with each individual plot on different
pages.
I tried many things But, I couldn't manage. Maybe you can help me?

For example I tried to open the ps file outside the loop, but I get an
empty file.

set_plot, 'ps'
device, filename='all.ps'

for i=0, 100 do begin
readcol,files_array(i),a,b,F='(f,f)'

plot,a,b
oplot,c,d
erase

endfor
device,/close
[Message index]
 
Read Message
Read Message
Previous Topic: Interpolation
Next Topic: Re: Scrolling text in a widget_label

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

Current Time: Wed Oct 08 18:29:57 PDT 2025

Total time taken to generate the page: 0.00282 seconds