8000 Backport PR #18149: DOC: fix align_xlabels() typo · matplotlib/matplotlib@b0137e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit b0137e9

Browse files
jklymakmeeseeksmachine
authored andcommitted
Backport PR #18149: DOC: fix align_xlabels() typo
1 parent c8b0863 commit b0137e9

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
@@ -2618,7 +2618,7 @@ def tight_layout(self, renderer=None, pad=1.08, h_pad=None, w_pad=None,
26182618

26192619
def align_xlabels(self, axs=None):
26202620
"""
2621-
Align the ylabels of subplots in the same subplot column if label
2621+
Align the xlabels of subplots in the same subplot column if label
26222622
alignment is being done automatically (i.e. the label position is
26232623
not manually set).
26242624

0 commit comments

Comments
 (0)
0