comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Another possible bug of the plot function in IDL8.2.3
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Another possible bug of the plot function in IDL8.2.3 [message #85270] Sun, 21 July 2013 05:28 Go to previous message
Xin Tao is currently offline  Xin Tao
Messages: 40
Registered: April 2011
Member
IDL> print, !version
{ x86_64 darwin unix Mac OS X 8.2.3 May 2 2013 64 64}

Here is the problem I have found. Not sure whether other people have reported this or not. I discovered this while making some plot using data from a simulation. So the numbers below might look strange to you.

IDL> print, mean_b
0.0024484981
IDL> print, maxb
0.047594825
IDL> print, minb
1.0000000e-18
IDL> a=plot([0,999], [minb,maxb], /ylog, yrange=[mean_b, maxb])

The y axis of this plot is totally wrong. There is something wrong with the use of YRANGE in this case. However, if I do the following, the resulting figure looks fine.

IDL> a=plot([0,999], [minb,maxb], /ylog)
IDL> a.yrange=[mean_b, maxb]

This sounds like a bug to me, but I'm not sure whether other people can reproduce this or not.

Xin
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: Fatal error when opening an image file
Next Topic: Input/output Errors

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 15:21:42 PDT 2025

Total time taken to generate the page: 0.00393 seconds