From: Robin <ro...@gm...> - 2008-04-21 16:09:07
|
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 anything in the documentation - unfortunately I wasn't able to search the mailing list since sourceforge was playing up. Thanks, Robin |