Tangled into ‘~/.matplotlib/matplotlibrc’ 23
# Export with transparent background. savefig.transparent: True # Use LaTeX by default. text.usetex: True # Fix spindly LaTeX font and add support for Physics awesomness. text.latex.preamble: \usepackage{mlmodern} \usepackage{physics}
‘~/.config/matplotlib/’ is not searched on MacOS; the file must be in:
import matplotlib as mpl mpl.get_configdir()
/Users/salutis/.matplotlib