项目作者: aminnj

项目描述 :
Histogram plotting with matplotlib
高级语言: Python
项目地址: git://github.com/aminnj/matplottery.git
创建时间: 2018-03-10T23:10:05Z
项目社区:https://github.com/aminnj/matplottery

开源协议:

下载


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"