Rudolf Adamkovič Personal site


Configuration

Tangled into ‘~/.matplotlib/matplotlibrc23

# 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}

Footnotes

(23)

~/.config/matplotlib/’ is not searched on MacOS; the file must be in:

import matplotlib as mpl
mpl.get_configdir()
/Users/salutis/.matplotlib

© 2025 Rudolf Adamkovič under GNU General Public License version 3.
Made with Emacs and secret alien technologies of yesteryear.