/mpl-style

Custom matplotlib style

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

mpl-style

Custom matplotlib style.

About

A custom toolkit for different out of the box styles that I personally go-to when presenting data.

Importing styles

Example, base style:

base_mpl_style_url = "https://raw.githubusercontent.com/KonScanner/mpl-style/main/styles/base.mplstyle"
plt.style.use(base_mpl_style_url)

Contribution

Open to any contributions outside of the base.mpltsyle file.