aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/ellfilter/python/plot_params.py
blob: 4ddd1d87ca66e7aec4eefd79325d27e1baba7549 (plain)
1
2
3
4
5
6
7
8
9
import matplotlib

matplotlib.rcParams.update({
    "pgf.texsystem": "pdflatex",
    'font.family': 'serif',
    'font.size': 9,
    'text.usetex': True,
    'pgf.rcfonts': False,
})