Re: A possible bug in IDL 8.2.3 [message #84849 is a reply to message #84768] |
Thu, 13 June 2013 13:24   |
Haje Korth
Messages: 651 Registered: May 1997
|
Senior Member |
|
|
This bugs is so bad, it virtually breaks all my codes. So I am doing what I have never done in almost 30 years of using IDL, which is to roll back to an older version. So v8.2.2 it is until the next release.
On Friday, June 7, 2013 10:39:57 PM UTC-4, Xin Tao wrote:
> I don't know whether this is a bug or not, but the behaviour of the following two lines is not what I expected
>
>
>
> IDL> a=plot([0,1,3],yrange=[0,3])
>
> IDL> b = plot([-1,1,2],/overplot, 'g')
>
>
>
> The line of b will go outside the plotting box, because it tried to get to -1, but the yrange is limited to be [0,3] by a.
>
>
>
> Here is my IDL version:
>
>
>
> { x86_64 darwin unix Mac OS X 8.2.3 May 2 2013 64 64}
>
>
>
> Please let me know whether there is anything I can do about it.
>
>
>
> Thanks,
>
>
>
> Xin
|
|
|