Hi,

I'm using matplotlib 0.98.5.2 on mac os X.

I get the following behavior with arange that I think is not right

In [1]: import pylab

In [2]: pylab.arange(0.5,1.0,.1)
Out[2]: array([ 0.5,  0.6,  0.7,  0.8,  0.9]) <---- OK

In [3]: pylab.arange(0.5,1.1,.1)
Out[3]: array([ 0.5,  0.6,  0.7,  0.8,  0.9,  1. ,  1.1]) <----- Not OK


Thanks
-Kaushik


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to