Clone this repo and follow the Jupyter Notebook (Bit_visualisation_matplotlib.ipynb
) for all steps for setting up the Bit style in Matplotlib and on how to make some example plots.
The style sheets can be found in the Stylesheets
folder. There is a light theme and a dark theme. Put these files in your .matplotlib/stylelib/
and activate them with the following code:
import matplotlib.pyplot as plt
plt.style.use('bit_light') # or change to bit_dark
Light theme | Dark theme |
Also make sure you have the fonts installed which can be found here.