8000 Merge pull request #18152 from meeseeksmachine/auto-backport-of-pr-18… · matplotlib/matplotlib@4c6689c · GitHub
[go: up one dir, main page]

Skip to content

Commit 4c6689c

Browse files
authored
Merge pull request #18152 from meeseeksmachine/auto-backport-of-pr-18149-on-v3.3.0-doc
Backport PR #18149 on branch v3.3.0-doc (DOC: fix align_xlabels() typo)
2 parents c8b0863 + b0137e9 commit 4c6689c

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 su 4CC9 bplot 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