aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/ellfilter/python/plot_params.py
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2022-05-31 11:24:55 +0200
committerGitHub <noreply@github.com>2022-05-31 11:24:55 +0200
commite346d4c723832171978eb13bfec5f9bcfd1200b9 (patch)
tree05f43553bee044b0493d9bccc259c1f1580ce092 /buch/papers/ellfilter/python/plot_params.py
parentbesselgrid fix (diff)
parentsplit main into section files (diff)
downloadSeminarSpezielleFunktionen-e346d4c723832171978eb13bfec5f9bcfd1200b9.tar.gz
SeminarSpezielleFunktionen-e346d4c723832171978eb13bfec5f9bcfd1200b9.zip
Merge pull request #17 from ntobler/master
ellfilter draft
Diffstat (limited to '')
-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,
+})