I'd like to make something in between a box plot [1] and a histogram. Each 
histogram would be represented by a single, tall, rectangular patch (like the 
box in a box plot), and the patch would be subdivided by the bin edges of the 
histogram. The face color of each sub-patch would replace the bar height in the 
histogram.

If any of that actually made sense: 

* Does this type of plot have a name?

* Is there an easy way to do this in Matplotlib?

* If there isn't an easy way, what would be a good starting point? Initial 
ideas: 1) Use pcolor or imshow and embed this axes in a larger axes, 2) 
represent the sub-patches as a PolyCollection.

Thoughts?
-Tony

[1] e.g. 
http://matplotlib.sourceforge.net/examples/pylab_examples/boxplot_demo.html
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to