https://github.com/klieret/simple-science-style
A simple style for matplotlib.
https://github.com/klieret/simple-science-style
matplotlib matplotlib-style matplotlib-style-sheets matplotlib-styles
Last synced: about 2 months ago
JSON representation
A simple style for matplotlib.
- Host: GitHub
- URL: https://github.com/klieret/simple-science-style
- Owner: klieret
- License: mit
- Created: 2023-04-26T17:59:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-06T23:13:26.000Z (about 2 months ago)
- Last Synced: 2025-10-08T22:27:23.979Z (about 2 months ago)
- Topics: matplotlib, matplotlib-style, matplotlib-style-sheets, matplotlib-styles
- Homepage:
- Size: 46.9 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Simple Scientific Style for Matplotlib
[](https://results.pre-commit.ci/latest/github/klieret/simple-science-style/main)
[](https://github.com/klieret/simple-science-style/actions/workflows/check-links.yaml)
A simple stylesheet for matplotlib because I'm unhappy with the default ones.
There are some much more elaborate style sheets out there (see section below), but they often require to pip install a package and might be an overkill for a quick plot.
You can use this stylesheet as easy as this:
```python
import matplotlib.pyplot as plt
plt.style.use('https://github.com/klieret/simple-science-style/raw/main/stylesheets/sss1.mplstyle')
```
And this is what it looks like:

## Other examples
Here's some other stylesheets that I like:
- https://github.com/garrettj403/SciencePlots
- https://github.com/dhaitz/matplotlib-stylesheets
- https://github.com/nschloe/matplotx