Skip to content

y-sunflower/morethemes

Repository files navigation

morethemes: more themes for matplotlib

morethemes logo

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

Image

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 16 themes at the moment:

WSJ

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

Image

URBAN

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

Image

MINIMAL

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

Image

FT

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

Image

NATURE

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

Image

ECONOMIST

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

Image

GREENWAVE

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

Image

LUMEN

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

Image

EBONIS

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

Image

LIGHTER

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

Image

VSCODE-DARK

import morethemes as mt
mt.set_theme("vscode-dark")

Image

NORD

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

Image

RETRO

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

Image

DARKER

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

Image

YELLOWISH

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

Image

MONOBLUE

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

Image