Re: [Matplotlib-users] Log scale for horizontal bar chart (2 bugs)

2009-10-15 Thread Jae-Joon Lee
barh takes an optional argument log. set this True (or you may set left with some meaningful value, other than 0) http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.barh -JJ On Wed, Oct 14, 2009 at 4:30 PM, Donovan Parks donovan.pa...@gmail.com wrote: Hello, I've

[Matplotlib-users] Log scale for horizontal bar chart (2 bugs)

2009-10-14 Thread Donovan Parks
Hello, I've encountered two bugs recently in matplotlib. I am hoping someone can tell me if these are known issues and if any workarounds have been proposed. The bug occurs for horizontal bar chart where the x-axis has a log scale: from pylab import * val = 3+10*rand(5) # the bar lengths

Re: [Matplotlib-users] Log scale for horizontal bar chart (2 bugs)

2009-10-14 Thread PHobson
-Original Message- From: Donovan Parks [mailto:donovan.pa...@gmail.com] Sent: Wednesday, October 14, 2009 1:31 PM To: matplotlib-users@lists.sourceforge.net Subject: [Matplotlib-users] Log scale for horizontal bar chart (2 bugs) Hello, I've encountered two bugs recently