Metadata-Version: 1.1
Name: matplottery
Version: 1.0.0
Summary: Nicer histograms with numpy and plotting with matplotlib
Home-page: https://github.com/aminnj/matplottery
Author: Nick Amin
Author-email: amin.nj@gmail.com
License: UNKNOWN
Description: # matplottery
        
        Nice and simple histogram plotting with matplotlib, including easy importing of ROOT histograms. See the following sections for examples.
        
        ### Examples
        See the examples folder for a notebook with...examples.
        
        
        ### Unit tests
        ```bash
        python -m unittest discover -s tests -p "*.py"
        ```
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
