matplottery

Nicer histograms with numpy and plotting with matplotlib


Keywords
2d, histogram, marginal, matplotlib, root
License
MIT
Install
pip install matplottery==1.0.6

Documentation

matplottery

PyPI version

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

Example notebook

Unit tests

python -m unittest discover -s tests -p "*.py"