Re: [Matplotlib-users] Histogram orientation

2007-04-30 Thread Scott Sinclair
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

Re: [Matplotlib-users] Histogram orientation

2007-04-30 Thread Eric Firing
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