Re: [Matplotlib-users] Bar graphs showing up incorrectly until they are resized:

2012-02-23 Thread federico vaggi
I think you are correct - and I think the fact that the line width of the error bar is larger (compared to the size of the rectangle) gives the impression the top rectangle is actually darker. I see - it's just a matter of playing around with the error bar properties to make it look pretty. Thank

Re: [Matplotlib-users] Bar graphs showing up incorrectly until they are resized:

2012-02-23 Thread Benjamin Root
On Thu, Feb 23, 2012 at 10:03 AM, federico vaggi wrote: > Hi Ben, > > In the pre-resizing pictures, each bar is drawn as two rectangles, the > first until the lower margin of the standard deviation, the second until > the mean. > > It looks like it draws one rectangle from: > > 0:(MEAN-STD) > > an

Re: [Matplotlib-users] Bar graphs showing up incorrectly until they are resized:

2012-02-23 Thread federico vaggi
Hi Ben, In the pre-resizing pictures, each bar is drawn as two rectangles, the first until the lower margin of the standard deviation, the second until the mean. It looks like it draws one rectangle from: 0:(MEAN-STD) and another from: MEAN-STD to MEAN+STD After resizing, it is just a single

Re: [Matplotlib-users] Bar graphs showing up incorrectly until they are resized:

2012-02-23 Thread Benjamin Root
On Thu, Feb 23, 2012 at 5:02 AM, federico vaggi wrote: > Hi, > > I am using matplotlib to draw a few bar plots. The library works > wonderfully, but the figures are drawn incorrectly until they are resized > > Here is the figure before resizing: > > http://imgur.com/MKATg > > here is after resizi

[Matplotlib-users] Bar graphs showing up incorrectly until they are resized:

2012-02-23 Thread federico vaggi
Hi, I am using matplotlib to draw a few bar plots. The library works wonderfully, but the figures are drawn incorrectly until they are resized Here is the figure before resizing: http://imgur.com/MKATg here is after resizing: http://imgur.com/bSiOT It seems that the rectangles of the bar som