Matplotlib style library
A collection of matplotlib stylesheets.
The base_library
directory contains all of the default stylesheets (for reference)
Installation
Clone the repository, cd
into the directory, and then run python install.py
. This will copy all of the mplstyle files into your matplotlib config directory. For example:
$ git clone https://github.com/nirum/mplstyle
$ cd mplstyle
$ python install.py
Requirements
matplotlib version 1.4+