Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhaitz/matplotlib-stylesheets
Stylesheets for Matplotlib
https://github.com/dhaitz/matplotlib-stylesheets
data-visualization dataviz matplotlib matplotlib-style-sheets matplotlib-styles python
Last synced: 6 days ago
JSON representation
Stylesheets for Matplotlib
- Host: GitHub
- URL: https://github.com/dhaitz/matplotlib-stylesheets
- Owner: dhaitz
- License: mit
- Created: 2020-07-01T09:05:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-01T14:49:04.000Z (about 3 years ago)
- Last Synced: 2025-01-09T00:27:11.062Z (13 days ago)
- Topics: data-visualization, dataviz, matplotlib, matplotlib-style-sheets, matplotlib-styles, python
- Homepage:
- Size: 212 KB
- Stars: 298
- Watchers: 6
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Matplotlib stylesheets
All based on the `seaborn-darkgrid` style. See [here](https://matplotlib.org/users/style_sheets.html) for how to install styles or simply use the URL, e.g.
```python
plt.style.use('https://github.com/dhaitz/matplotlib-stylesheets/raw/master/pitayasmoothie-light.mplstyle')
```Code for demo images is [here](https://matplotlib.org/gallery/style_sheets/style_sheets_reference.html).
Feel free to propose changes via PR.## Pitaya Smoothie light
Heavily inspired by Tania Allard's [Pitaya Smoothie theme for VS Code](https://github.com/trallard/pitaya_smoothie).
Font: Overpass
![Pitaya Smoothie light](https://github.com/dhaitz/matplotlib-stylesheets/raw/master/img/pitayasmoothie_light.png "Pitaya Smoothie light")## Pitaya Smoothie dark
Heavily inspired by Tania Allard's [Pitaya Smoothie theme for VS Code](https://github.com/trallard/pitaya_smoothie).
Font: Overpass
![Pitaya Smoothie dark](https://github.com/dhaitz/matplotlib-stylesheets/raw/master/img/pitayasmoothie_dark.png "Pitaya Smoothie dark")## Pacoty
Inspired by the [PAntone Colors Of The Year](https://en.wikipedia.org/wiki/Pantone#Color_of_the_Year).
Font: Gotham
![Pacoty](https://github.com/dhaitz/matplotlib-stylesheets/raw/master/img/pacoty.png "Pacoty")## Other great styles
- ["Cyberpunk style"](https://github.com/dhaitz/mplcyberpunk), glowing lines on dark background
- [Official style sheets reference](https://matplotlib.org/gallery/style_sheets/style_sheets_reference.html)
- [Matplotlib Style Gallery by Tony S Yu](https://tonysyu.github.io/raw_content/matplotlib-style-gallery/gallery.html)
- [Matplotlib style inspired by Wes Anderson's The Grand Budapest Hotel](https://github.com/cako/mpl_grandbudapest)
- [Vaporwave aesthetics](https://github.com/dantaki/vapeplot)
- [Quantum Black styles](https://github.com/quantumblacklabs/qbstyles)