Skip to content

Latest commit

 

History

History
92 lines (66 loc) · 3.57 KB

File metadata and controls

92 lines (66 loc) · 3.57 KB

simplstyles

python versions pypi version uv

Simple and clean matplotlib style sheets.

Installation

The latest release can be installed from PyPI:

pip install simplstyles

Use

Import simplstyles as you would any other package

>>> import simplstyles

and use stylesheets as you would any other matplotlib style:

>>> import matplotlib.pyplot as plt
>>> plt.style.use("clean-light")

All stylesheets use a font stack which prefers Inter, then Helvetica, then falls back on system defaults. Inter is freely available from its creator.

Examples

Clean

clean clean talk clean dark clean dark talk

clean clean talk clean dark clean dark talk

clean clean talk clean dark clean dark talk

clean clean talk clean dark clean dark talk

clean clean talk clean dark clean dark talk

fleet

clean clean talk clean dark clean dark talk

Accessibility

Color cycles are selected to be as colorblind safe as possible from the basis theme's available colors. However, some limitations are inevitable as many of the basis themes were not originally developed for data visualization. Please be mindful when preparing figures to ensure they are legible to all viewers.