aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/ellfilter/python/plot_params.py
diff options
context:
space:
mode:
authorPatrik Müller <36931350+p1mueller@users.noreply.github.com>2022-05-31 16:31:34 +0200
committerGitHub <noreply@github.com>2022-05-31 16:31:34 +0200
commit37d938d0d5803ef65de1cb3e780781e140002698 (patch)
tree14ed570000f0870be8a13261a81dcc0228e1c62e /buch/papers/ellfilter/python/plot_params.py
parentAdd rule of thumb, analyse integrand, correct mistake in integration SLP<->LP (diff)
parentfix participant lists (diff)
downloadSeminarSpezielleFunktionen-37d938d0d5803ef65de1cb3e780781e140002698.tar.gz
SeminarSpezielleFunktionen-37d938d0d5803ef65de1cb3e780781e140002698.zip
Merge branch 'AndreasFMueller:master' into master
Diffstat (limited to 'buch/papers/ellfilter/python/plot_params.py')
-rw-r--r--buch/papers/ellfilter/python/plot_params.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/buch/papers/ellfilter/python/plot_params.py b/buch/papers/ellfilter/python/plot_params.py
new file mode 100644
index 0000000..4ddd1d8
--- /dev/null
+++ b/buch/papers/ellfilter/python/plot_params.py
@@ -0,0 +1,9 @@
+import matplotlib
+
+matplotlib.rcParams.update({
+ "pgf.texsystem": "pdflatex",
+ 'font.family': 'serif',
+ 'font.size': 9,
+ 'text.usetex': True,
+ 'pgf.rcfonts': False,
+})