Skip to content

JosephBARBIERDARNAL/morethemes

Repository files navigation

morethemes: more themes for matplotlib

morethemes provides themes for matplotlib. More themes, better plots, one line of code.

Documentation site


Installation

pip install morethemes

Don't want to add morethemes as a dependency? You can either browse the source code to find the rcParams, or use the mt.get_rcparams("theme_name") function.


Themes

morethemes offers 10 themes at the moment:

WSJ

import morethemes as mt
mt.set_theme("wsj")

Urban

import morethemes as mt
mt.set_theme("urban")

Minimal

import morethemes as mt
mt.set_theme("minimal")

FT

import morethemes as mt
mt.set_theme("ft")

Nature

import morethemes as mt
mt.set_theme("nature")

Economist

import morethemes as mt
mt.set_theme("economist")

Retro

import morethemes as mt
mt.set_theme("retro")

Yellowish

import morethemes as mt
mt.set_theme("yellowish")

Darker

import morethemes as mt
mt.set_theme("darker")

Monoblue

import morethemes as mt
mt.set_theme("monoblue")


Learn matplotlib

This project is sponsored by Matplotlib Journey, an online course designed to make you a matplotlib expert. If you're interested in learning matplotlib, have a look!

Join the course