Easy histogram creation/plotting with matplotlib, including importing of ROOT
histograms with vanilla pyROOT or uproot. Plain numpy arrays are also supported
with the usual numpy.histogram()
.
pip install matplottery
python -m unittest discover -s tests -p "*.py"