Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 261 Bytes

README.md

File metadata and controls

12 lines (11 loc) · 261 Bytes

Installation

pip install git+https://github.com/max-fatouros/[email protected]

Use Case

To implement a matplotlib style at a global level

import matplotlib.pyplot as plt

from custom.mplstyles import PAPER
plt.style.use(PAPER)