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
- Host: GitHub
- URL: https://github.com/nirum/mplstyle
- Owner: nirum
- Created: 2016-02-10T20:46:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T04:28:18.000Z (over 10 years ago)
- Last Synced: 2025-01-07T13:36:18.321Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)