Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2142b75 commit 2164154Copy full SHA for 2164154
1 file changed
examples/pylab_examples/multiline.py
@@ -32,7 +32,7 @@
32
plt.xticks([0.2, 0.4, 0.6, 0.8, 1.],
33
["Jan\n2009", "Feb\n2009", "Mar\n2009", "Apr\n2009", "May\n2009"])
34
35
-plt.axhline(0.7)
+plt.axhline(0.4)
36
plt.title("test line spacing for multiline text")
37
38
plt.subplots_adjust(bottom=0.25, top=0.75)
0 commit comments