|
From: Benjamin R. <ben...@ou...> - 2012-01-12 15:39:27
|
On Thu, Jan 12, 2012 at 9:03 AM, Christophe Pettus <xo...@th...> wrote: > I'm running into something odd in Matplotlib 1.1. In drawing a horizontal > bar chart (barh), if the x-axis scale is set to log, the rectangles are not > drawn and filled; I just get small ticks at the right-hand position where > the rectangle should end. Interestingly, if I add a second, stacked barh > to the same axes, that second set of rectangles draws fine, even though the > first does not. > > If I simply comment out the call setting the x axis to log, it works > properly. > > Any thoughts? > Does everything work correctly if it is vertical? In other words, use bar() and set the y-axis to log scale? An example script would be useful. Ben Root |