pip install git+https://github.com/max-fatouros/[email protected]
To implement a matplotlib style at a global level
import matplotlib.pyplot as plt
from custom.mplstyles import PAPER
plt.style.use(PAPER)
pip install git+https://github.com/max-fatouros/[email protected]
To implement a matplotlib style at a global level
import matplotlib.pyplot as plt
from custom.mplstyles import PAPER
plt.style.use(PAPER)