morethemes
provides themes for matplotlib. More themes, better plots, one line of code.
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.
morethemes
offers 10 themes at the moment:
import morethemes as mt
mt.set_theme("wsj")
import morethemes as mt
mt.set_theme("urban")
import morethemes as mt
mt.set_theme("minimal")
import morethemes as mt
mt.set_theme("ft")
import morethemes as mt
mt.set_theme("nature")
import morethemes as mt
mt.set_theme("economist")
import morethemes as mt
mt.set_theme("retro")
import morethemes as mt
mt.set_theme("yellowish")
import morethemes as mt
mt.set_theme("darker")
import morethemes as mt
mt.set_theme("monoblue")
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!