Re: [Matplotlib-users] matlab style grouped bar charts

2008-04-28 Thread John Hunter
On Mon, Apr 28, 2008 at 4:44 AM, Robin <[EMAIL PROTECTED]> wrote: > I'm still curious to know if theres any convenience functions to do > this type of bar plotting. Also I've come to rely on the 'stacked' > option of MATLAB's bar command - is it possible to get that effect in > matplotlib? >

Re: [Matplotlib-users] matlab style grouped bar charts

2008-04-28 Thread Robin
On Mon, Apr 21, 2008 at 5:09 PM, Robin <[EMAIL PROTECTED]> wrote: > Hi, > > Is there anything like the matlab bar function implemented which > automatically plots groups of bars? Ie bar(x,y) where x.shape = (m,) > and y.shape =(m,n) or similar... > In Matlab this would draw M groups of N vertic

[Matplotlib-users] matlab style grouped bar charts

2008-04-21 Thread Robin
Hi, Is there anything like the matlab bar function implemented which automatically plots groups of bars? Ie bar(x,y) where x.shape = (m,) and y.shape =(m,n) or similar... In Matlab this would draw M groups of N vertical bars, colored appropriately. I can't get bar to do this and didn't find anyth