Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4d94ca2

Browse filesBrowse files
committed
Fixes the links in the see-also section of Axes.get_tightbbox
1 parent 487f9f9 commit 4d94ca2
Copy full SHA for 4d94ca2

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎lib/matplotlib/axes/_base.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4324,9 +4324,9 @@ def get_tightbbox(self, renderer, call_axes_locator=True,
43244324
43254325
See Also
43264326
--------
4327-
matplotlib.axis.Axes.get_window_extent
4327+
matplotlib.axes.Axes.get_window_extent
43284328
matplotlib.axis.Axis.get_tightbbox
4329-
matplotlib.spines.get_window_extent
4329+
matplotlib.spines.Spine.get_window_extent
43304330
43314331
"""
43324332

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.