I have a 2D array (3x3), and I want to generate a bar graph from each row vector that contains 3 bar charts like this: http://www.flickr.com/photos/altaf009_forums/8265573801/
This is easy with MATLAB 'bar' function, just passing the array as a parameter, how can I do it in python? I also want those xticklabels as shown in the picture. Thanks.