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

Skip to content

Commit 124fe95

Browse files
committed
Fix xlabel on top axes to say what it is.
svn path=/branches/transforms/; revision=4604
1 parent 66290aa commit 124fe95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/auto_layout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
ax1 = subplot(211)
1111
plot(t, s, '-', lw=2)
1212

13-
xlabel('xlabel for bottom axes')
13+
xlabel('xlabel for top axes')
1414
ylabel('ylabel on the right')
1515
title('About as simple as it gets, folks')
1616
grid(True)

0 commit comments

Comments
 (0)