I see.
I only checked that the code in hist() hadn't changed. I guess it pays
to be thorough. Hope this didn't waste too much time.
Cheers,
Scott
>>> Eric Firing <[EMAIL PROTECTED]> 4/30/2007 20:02 >>>
Scott,
In svn, barh does accept the 'log' kwarg via **kwargs, and your example
works corr
Scott,
In svn, barh does accept the 'log' kwarg via **kwargs, and your example
works correctly. Here is the relevant CHANGELOG entry, after 0.90 was
released:
2007-03-03 Change barh to take a kwargs dict and pass it to bar.
Fixes sf bug #1669506.
I think it was just a matter of c
Hi,
The following code fails for me with matplotlib-0.90.0 --
---
import pylab as pl
x = pl.randn(1000)
pl.hist(x, orientation='horizontal')
pl.show()
---
This is because Axes.barh() [called