Re: [matplotlib-devel] Bug in stepfilled hist with log y

2010-05-13 Thread Jeff Klukas
I was using matplotlib 0.99.1.1. I just set up an Ubuntu system in VirtualBox so I could run the current svn trunk, and all is well. It looks like the fix has already been implemented. On Wed, May 12, 2010 at 3:06 PM, Jeff Klukas klu...@wisc.edu wrote: I've looked now through the source code

Re: [matplotlib-devel] Bug in stepfilled hist with log y

2010-05-12 Thread Jeff Klukas
I've looked now through the source code for axes.hist, and I see where the problem is. If any value of any bin of the histogram is zero, then axes.fill fails, as zero is necessarily outside the y boundaries of the axes for log scale. Already, a default value of 1e-100 is chosen for the first and