Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2164154

Browse files
committed
doc: Move line in multiline to match new baseline.
1 parent 2142b75 commit 2164154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pylab_examples/multiline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
plt.xticks([0.2, 0.4, 0.6, 0.8, 1.],
3333
["Jan\n2009", "Feb\n2009", "Mar\n2009", "Apr\n2009", "May\n2009"])
3434

35-
plt.axhline(0.7)
35+
plt.axhline(0.4)
3636
plt.title("test line spacing for multiline text")
3737

3838
plt.subplots_adjust(bottom=0.25, top=0.75)

0 commit comments

Comments
 (0)