hist(range(10))
creates a list of rectangles in ax.patches.

With the current implementation, is it possible to modify (change the label, hide, delete or change the color) of a plotted histogram in a single command ? As currently there is no histogram object, it looks like you have to change each patch individually.

Would it make sense to implement the histogram plot object as a PatchCollection rather than a list of patches ?
------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to