Matplottery
Histogram plotting with matplotlib
Install / Use
/learn @aminnj/MatplotteryREADME
matplottery
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().
Install
pip install matplottery
Examples
Unit tests
python -m unittest discover -s tests -p "*.py"
