Re: PLOT,/ISOTROPIC bug.. [message #13834] |
Thu, 17 December 1998 00:00 |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Stein Vidar Hagfors Haugan (steinhh@ulrik.uio.no) writes:
> Ok, I can live with that (guess I'll have to :-), I just use an
> inverted XRANGE when plotting. However, the recently added (and
> very useful!) ISOTROPIC keyword in PLOT doesn't cope too well -
> try:
>
> IDL> plot,[0,1],[0,1],xrange=[1,-1],yrange=[-1,1],/isotropic
>
> Whee! Where did my plot go :-)
Wow! And it can't even be "fixed" by adding a POSITION keyword:
IDL> plot,[0,1],[0,1],xrange=[1,-1],yrange=[-1,1],/isotropic, $
Position=[0.1, 0.1, 0.9, 0.9]
Something strange there. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Progamming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|