aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/lambertw/Bilder/lambertAbstandBauchgefühl.py
diff options
context:
space:
mode:
authorKuster Yanik <yanik.kuster@ost.ch>2022-08-04 21:24:11 +0200
committerKuster Yanik <yanik.kuster@ost.ch>2022-08-04 21:24:11 +0200
commitded30e493c1b05f1f412f2e78636d7195ea054e0 (patch)
tree73a865ac12002d1448adc7eb638e4ba95a8d5e6f /buch/papers/lambertw/Bilder/lambertAbstandBauchgefühl.py
parentchanged textsize in Strategie.pdf. Did minor changes in Teil0 and Teil1 (diff)
downloadSeminarSpezielleFunktionen-ded30e493c1b05f1f412f2e78636d7195ea054e0.tar.gz
SeminarSpezielleFunktionen-ded30e493c1b05f1f412f2e78636d7195ea054e0.zip
added new subsection wird das Ziel erreicht?
Diffstat (limited to 'buch/papers/lambertw/Bilder/lambertAbstandBauchgefühl.py')
-rw-r--r--buch/papers/lambertw/Bilder/lambertAbstandBauchgefühl.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/buch/papers/lambertw/Bilder/lambertAbstandBauchgefühl.py b/buch/papers/lambertw/Bilder/lambertAbstandBauchgefühl.py
index 9031bfc..3a90afa 100644
--- a/buch/papers/lambertw/Bilder/lambertAbstandBauchgefühl.py
+++ b/buch/papers/lambertw/Bilder/lambertAbstandBauchgefühl.py
@@ -39,8 +39,8 @@ plt.plot(0, ymin, 'bo', markersize=10)
plt.plot([0, xmin], [ymin, ymin], 'k--')
#plt.xlim(-0.1, 1)
#plt.ylim(1, 2)
-#plt.ylabel("y")
-#plt.xlabel("x")
+plt.ylabel("y")
+plt.xlabel("x")
plt.grid(True)
plt.quiver(xmin, ymin, -0.2, 0, scale=1)
@@ -53,6 +53,6 @@ plt.rcParams.update({
"font.serif": ["New Century Schoolbook"],
})
-plt.text(xmin-0.11, ymin-0.12, r"$\dot{v}$", size=30)
-plt.text(xmin-0.02, ymin+0.05, r"$V$", size=30, c='b')
-plt.text(0.02, ymin+0.05, r"$Z$", size=30, c='b') \ No newline at end of file
+plt.text(xmin-0.11, ymin-0.08, r"$\dot{v}$", size=20)
+plt.text(xmin-0.02, ymin+0.05, r"$V$", size=20, c='b')
+plt.text(0.02, ymin+0.05, r"$Z$", size=20, c='b') \ No newline at end of file