Re: [Matplotlib-users] Stacked Bar Chart Question in matplotlib 1.0.0

2011-03-23 Thread Warren Weckesser
On Wed, Mar 23, 2011 at 8:43 AM, Sean Lake wrote: > Hello all, > > I need to draw different hatch styles on the different groups of a stacked > bar chart in order to make a figure that works properly in black and white. > The devil is, I can't figure out how to do it. When I pass the hatch option

[Matplotlib-users] Stacked Bar Chart Question in matplotlib 1.0.0

2011-03-23 Thread Sean Lake
Hello all, I need to draw different hatch styles on the different groups of a stacked bar chart in order to make a figure that works properly in black and white. The devil is, I can't figure out how to do it. When I pass the hatch option a list of values, I get an error. A simple example: from