§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
- Copy dracula.mplstyleto~/.config/matplotlib/stylelib/dracula.mplstyle
- You can use the style with matplotlib.pyplot.style.use('dracula')
- If you want dracula to be the default style, append the contents of dracula.mplstyleto~/.config/matplotlib/matplotlibrc(creating it if it does not already exist)
