Hello,
Quick note. I'm making plots with hexbin and everything works correctly until I try to use the norm='Normalize' option at which point I get:
Traceback (most recent call last):
File "diff_engine_v2tmp.py", line 731, in <module>
kept_and_discards)
File "diff_engine_v2tmp.py", line 605, in main
plt.hexbin(xdat,ydat,cmap=cm.jet,gridsize=25,norm=Normalize' )
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib/pyplot.py", line 1920, in hexbin
ret = gca().hexbin(*args, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib/axes.py", line 5452, in hexbin
collection.autoscale_None()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib/cm.py", line 148, in autoscale_None
self.norm.autoscale_None(self._A)
AttributeError: 'int' object has no attribute 'autoscale_None'
I assume this a bug of some sort.
Thanks for any ideas.
Mike
Using:
os-x 10.5.6
python 2.5.4 from macports
matplotlib 0.98.5.2 from macports