aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/laguerre/scripts
diff options
context:
space:
mode:
authorPatrik Müller <patrik.mueller@ost.ch>2022-06-02 15:53:49 +0200
committerPatrik Müller <patrik.mueller@ost.ch>2022-06-02 15:53:49 +0200
commitfac45f54d4cee5018c063b4a720695cbf3040fa9 (patch)
treebe5cb9eb93a04f9691ccfdc3657672d808403ca8 /buch/papers/laguerre/scripts
parentAdd presentation (diff)
downloadSeminarSpezielleFunktionen-fac45f54d4cee5018c063b4a720695cbf3040fa9.tar.gz
SeminarSpezielleFunktionen-fac45f54d4cee5018c063b4a720695cbf3040fa9.zip
Correct typos in presentation
Diffstat (limited to 'buch/papers/laguerre/scripts')
-rw-r--r--buch/papers/laguerre/scripts/gamma_approx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buch/papers/laguerre/scripts/gamma_approx.py b/buch/papers/laguerre/scripts/gamma_approx.py
index dd50d92..857c735 100644
--- a/buch/papers/laguerre/scripts/gamma_approx.py
+++ b/buch/papers/laguerre/scripts/gamma_approx.py
@@ -192,7 +192,7 @@ bests = np.stack(bests, 0)
fig3, ax3 = plt.subplots(num=3, clear=True, constrained_layout=True, figsize=(5, 3))
v = ax3.imshow(bests, cmap="inferno", aspect="auto", interpolation="nearest")
-plt.colorbar(v, ax=ax3, label=r"$m$")
+plt.colorbar(v, ax=ax3, label=r"$m^*$")
ticks = np.arange(0, N + 1, N // 5)
ax3.set_xlim(0, 1)
ax3.set_xticks(ticks)