8000 Merge pull request #18149 from mspacek/patch-3 · matplotlib/matplotlib@3e75187 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3e75187

Browse files
authored
Merge pull request #18149 from mspacek/patch-3
DOC: fix align_xlabels() typo
2 parents 1caf17b + 79063ed commit 3e75187

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