Re: [Matplotlib-users] textured bar-chart

2010-09-20 Thread Eli Brosh
Thank you John and Ryan, I like the hatching solution very much. Eli On Mon, Sep 20, 2010 at 3:48 PM, John Hunter wrote: > On Mon, Sep 20, 2010 at 8:43 AM, Ryan May wrote: > > > It's not what one would call a turn-key solution, but it is possible: > > > > > http://matplotlib.sourceforge.net/ex

Re: [Matplotlib-users] textured bar-chart

2010-09-20 Thread John Hunter
On Mon, Sep 20, 2010 at 8:43 AM, Ryan May wrote: > It's not what one would call a turn-key solution, but it is possible: > > http://matplotlib.sourceforge.net/examples/pylab_examples/demo_ribbon_box.html There is also hatching http://matplotlib.sourceforge.net/examples/pylab_examples/hatch_de

Re: [Matplotlib-users] textured bar-chart

2010-09-20 Thread Ryan May
On Sun, Sep 19, 2010 at 11:32 PM, Eli Brosh wrote: > Hello, > I need to prepare a black&white bar chart with several sets of bars. > Now, I have white bars and black bars but I need more colorings that are > distinguishable in black&white. > Is it possible to make bars filled with some texture or

[Matplotlib-users] textured bar-chart

2010-09-19 Thread Eli Brosh
Hello, I need to prepare a black&white bar chart with several sets of bars. Now, I have white bars and black bars but I need more colorings that are distinguishable in black&white. Is it possible to make bars filled with some texture or tiling or a grid? Excel has this function but I could not find