项目作者: aminnj
项目描述 :
Histogram plotting with matplotlib
高级语言: Python
项目地址: git://github.com/aminnj/matplottery.git
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
Example notebook
Unit tests
python -m unittest discover -s tests -p "*.py"