Histogram container for matplotlib
Histograming of data in multiple containers, or data that doesn’t fit into computer memory is inconveniant with standard numpy/matplotlib. To work around this, I created a small container class to use histograms as in CERN ROOT style:
The Hostogram class is part of the matplotlibtools.