Using both !p.multi and the position keyword (help?) [message #79299] |
Mon, 13 February 2012 18:07 |
A J
Messages: 11 Registered: February 2012
|
Junior Member |
|
|
For a specific data set, I have created a single display of two plots
using the position keyword to cgplot. I have a multitude of data sets,
so I wanted to print ('ps') two displays per page. I used p.multi to
set my output to 1 column, two rows. Of course this doesn't work
because position overrides p.multi, and I get two full-page displays
printed over each other on each page.
Is there any way to do this? To make IDL use the position keyword
relative to the page position given by p.multi? The only way I can
think to do it is to make two sets of position keywords, one for the
top half of the page, and one for the bottom half, and set a
conditional 'if num (data set) is odd, use top half positions, if even
use bottom positions.' Or soemthing like that. I would really prefer
not to do this if there is a more flexible solution.
Any ideas?
AJ
|
|
|