possible to find position vector immediately after plot? [message #59859] |
Wed, 16 April 2008 12:00 |
astroboy2k
Messages: 34 Registered: July 2007
|
Member |
|
|
Greetings IDL comrades!
I imagine I'm overlooking something simple here, but I need to find
the position of a plot after (or before) its been made; something
along these lines:
!p.multi=[0,2,2]
plot, findgen(10)
now, what is the position vector (e.g., something like: [.
1,.45,.45,.9] ) for this first frame? or for the second, etc.
I've tried print,!p.position, which gives [0,0,0,0], which doesn't
help me at all.
It seems like it would be possible that once you've specified !p.multi
you should be able to find out what the position of the plot frames
are, but I've had no luck figuring out how to do this after a long
time wandering in the IDL documentation wilderness.
Thanks very much,
Mark
|
|
|