The following code throws ZeroDivisionError:import numpy, pylabz = numpy.random.normal(-0.37727, 0.1, size=10)pylab.plot(z)pylab.show
()The stack trace:Traceback (most recent call last): File "", line 3, in ?
File "/usr/lib/python2.4/site-packages/matplotlib/pylab.py", line 2018, in plot ret
I've built 0.87.7 from source and the problem disappeared. Thanks.On 11/13/06, Steve Schmerler <[EMAIL PROTECTED]
> wrote:W Netzberg wrote:> I aggree it doesn't make much sense, but that's what I got and attached
> a plot to prove it!> Seems that some sort of rounding takes place, but only when I u