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

Home » Public Forums » archive » Log histogram = FAIL
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Log histogram = FAIL [message #71962] Mon, 02 August 2010 11:17 Go to previous message
Haje Korth is currently offline  Haje Korth
Messages: 651
Registered: May 1997
Senior Member
Plotting log histograms using new graphics system in IDL does not work
right. Try

IDL> a=findgen(10)+1
IDL> b=10./a^2
IDL> b[8]=0
IDL> p=plot(a,b,/histogram,/ylog,yrange=[1.0d-3,10])

Then tell me what happened to the last data point. I understand that 0
is an illegal log value, but IDL should be smart enough to filter
this. BTW, this works fine in direct graphics.

Haje
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: oplot and oploterror, later fails to work
Next Topic: Re: yet another 2d matching question

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

Current Time: Fri Oct 10 14:09:01 PDT 2025

Total time taken to generate the page: 2.56192 seconds