8000 Merge pull request #14836 from meeseeksmachine/auto-backport-of-pr-14… · matplotlib/matplotlib@1e6e72f · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e6e72f

Browse files
authored
Merge pull request #14836 from meeseeksmachine/auto-backport-of-pr-14764-on-v3.1.x
Backport PR #14764 on branch v3.1.x (DOC: Fixes the links in the see-also section of Axes.get_tightbbox)
2 parents bc50834 + 693f887 commit 1e6e72f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/axes/_base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4333,9 +4333,9 @@ def get_tightbbox(self, renderer, call_axes_locator=True,
43334333
43344334
See Also
43354335
--------
4336-
matplotlib.axis.Axes.get_window_extent
4336+
matplotlib.axes.Axes.get_window_extent
43374337
matplotlib.axis.Axis.get_tightbbox
4338-
matplotlib.spines.get_window_extent
4338+
matplotlib.spines.Spine.get_window_extent
43394339
43404340
"""
43414341

0 commit comments

Comments
 (0)
0