Dracula Icon

Matplotlib

Dracula Theme for Matplotlib
matplotlib - Theme Preview

Matplotlib

Install using Git

If you are a git user, you can install the theme and keep up to date by cloning the repo:

git clone https://github.com/dracula/matplotlib.git

Install manually

Download using the GitHub .zip download option and unzip them.

Activating theme

  1. Copy dracula.mplstyle to ~/.config/matplotlib/stylelib/dracula.mplstyle
  2. You can use the style with matplotlib.pyplot.style.use('dracula')
  3. If you want dracula to be the default style, append the contents of dracula.mplstyle to ~/.config/matplotlib/matplotlibrc (creating it if it does not already exist)