8000 DOC: fix align_xlabels() typo · matplotlib/matplotlib@79063ed · GitHub
[go: up one dir, main page]

Skip to content

Commit 79063ed

Browse files
authored
DOC: fix align_xlabels() typo
1 parent 1caf17b commit 79063ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2666,7 +2666,7 @@ def tight_layout(self, renderer=None, pad=1.08, h_pad=None, w_pad=None,
26662666

26672667
def align_xlabels(self, axs=None):
26682668
"""
2669-
Align the ylabels of subplots in the same subplot column if label
2669+
Align the xlabels of subplots in the same subplot column if label
26702670
alignment is being done automatically (i.e. the label position is
26712671
not manually set).
26722672

0 commit comments

Comments
 (0)
0