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

https://github.com/nirum/mplstyle

:nail_care: a collection of matplotlib stylesheets
https://github.com/nirum/mplstyle

Last synced: 7 days ago
JSON representation

:nail_care: a collection of matplotlib stylesheets

Awesome Lists containing this project

README

          

# Matplotlib style library
A collection of matplotlib [stylesheets](http://matplotlib.org/users/style_sheets.html).
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:

```bash
$ git clone https://github.com/nirum/mplstyle
$ cd mplstyle
$ python install.py
```

## Requirements
[matplotlib](http://www.matplotlib.org) version 1.4+

## See Also
[Tony Su's style gallery](http://tonysyu.github.io/raw_content/matplotlib-style-gallery/gallery.html)