|
From: Martin M. <mmo...@fo...> - 2013-05-23 14:51:32
|
Hi, I just hit a broken example at http://matplotlib.org/examples/pylab_examples/scatter_hist.html?highlight=scatter $ python scatter_hist.py Traceback (most recent call last): File "scatter_hist.py", line 44, in <module> axHisty.hist(y, bins=bins, orientation='horizontal') File "/usr/lib64/python2.7/site-packages/matplotlib/axes.py", line 8180, in hist color=c, bottom=bottom) TypeError: barh() got multiple values for keyword argument 'bottom' $ I have mpl-1.2.1. Hope this helps. Martin |