Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 492 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 492 Bytes

mplconfig

import matplotlib.pyplot as plt

param = get_acsparam()
with plt.rc_context(param):

To use, simply put the folder to where python can find it.