Simple and clean matplotlib style sheets.
The latest release can be installed from PyPI:
pip install simplstylesImport simplstyles as you would any other package
>>> import simplstylesand 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.
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.























