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

Home » Public Forums » archive » Re: Histogram with logarithmic filling
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Histogram with logarithmic filling [message #48843] Wed, 31 May 2006 10:15 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
David Fanning writes:

> I've only investigated
> the case where YLOG=1, but you have to change a number of
> yfill values to 1 (instead of 0)

Now that I look closely at my code, I did change this line:

Yfill = [0, Yfill, 0]

To this line:

Yfill = [1, Yfill, 1]

But there were 3 or 4 other places where I have to find "[0,yhist,0]"
and change it to "[1,yhist,1]".

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Mac OSX and IDL6.3
Next Topic: Re: desallocate an array of double passed by a library

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

Current Time: Fri Oct 10 15:28:41 PDT 2025

Total time taken to generate the page: 0.83840 seconds