Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 294 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 294 Bytes

ALLFED-matplotlib-style-sheet

Style sheet for Python to make all ALLFED plots look and feel the same. Simply use it by starting your code with:

import matplotlib.pyplot as plt

plt.style.use("https://raw.githubusercontent.com/allfed/ALLFED-matplotlib-style-sheet/main/ALLFED.mplstyle")