An open API service indexing awesome lists of open source software.

https://github.com/aminnj/matplottery

Histogram plotting with matplotlib
https://github.com/aminnj/matplottery

2d histogram marginal matplotlib root

Last synced: 7 months ago
JSON representation

Histogram plotting with matplotlib

Awesome Lists containing this project

README

          

# matplottery

[![PyPI version](https://badge.fury.io/py/matplottery.svg)](https://badge.fury.io/py/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](examples/examples.ipynb)

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