Get Xrange of current graphics object in IDL

230 Views Asked by At

How do I get the X-range of the "current" graphics object? For example lets assume I create a single plot window:

p = plot(/test, xrange=[10,35])

Now, without using the reference to p how do I get the X-range ([10,35]) of this plot window?

0

There are 0 best solutions below