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
- Host: GitHub
- URL: https://github.com/aminnj/matplottery
- Owner: aminnj
- Created: 2018-03-10T23:10:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T01:33:35.000Z (about 6 years ago)
- Last Synced: 2025-02-02T20:36:51.514Z (11 months ago)
- Topics: 2d, histogram, marginal, matplotlib, root
- Language: Python
- Size: 1.44 MB
- Stars: 9
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# matplottery
[](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"`