Re: A possible bug in IDL 8.2.3 [message #84859 is a reply to message #84852] |
Fri, 14 June 2013 10:43   |
chris_torrence@NOSPAM
Messages: 528 Registered: March 2007
|
Senior Member |
|
|
Hi all,
This is indeed a bug in IDL 8.2.3. When I tried out Xin's initial code, I didn't see the problem because it had already been fixed, so I assumed it was just a misunderstanding of how overplot worked. My bad!
Anyway, it looks like it is just a couple of files that need to get changed. Mark Piper is going to post them to our website for download.
In the meantime, if you need a quick fix for the problem, one workaround is to disable and then re-enable clipping for the plot. Like this:
a=plot([0,1,3],yrange=[0,3])
b = plot([-1,1,2],/overplot, 'g',clip=0)
b.clip = 1
Sorry for the bug, and thanks for reporting it!
Cheers,
Chris
ExelisVIS
|
|
|