[Matplotlib-users] Labelling Rectangles

2009-10-02 Thread marcog
Hi there I am plotting a bar graph and would like to label the bars (rectangles) with their quantities. If a bar represents 12 items I want a "12" on the top-end of the bar, preferable on the edge of the bar and not off the chart as with a table. Is this possible? Thanks Marco -- View this mes

[Matplotlib-users] Set Histogram yrange

2009-07-20 Thread marcog
Hi Is it possible to set the yrange of a histogram plot? I have a number of histograms on separate plots that I would like to have the same yrange to make them easier to compare. Thanks Marco -- View this message in context: http://www.nabble.com/Set-Histogram-yrange-tp24566489p24566489.html S

[Matplotlib-users] Histogram of 2D Data

2009-04-29 Thread marcog
Hi I have a set of 2 dimensional data that I would like to form a histogram of. Each data point is defined by an x and y variable. So essentially what I would like to obtain is a "row" of histograms as produced by the plot.hist function, stacking them next to one another in a single 3D plot. For