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 7c6ea14

Browse filesBrowse files
committed
FIX
1 parent bf2c877 commit 7c6ea14
Copy full SHA for 7c6ea14

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+4
-4
lines changed

‎lib/matplotlib/axes/_base.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ def get_window_extent(self, *args, **kwargs):
570570
571571
See also
572572
--------
573-
`matplotlib.axes.Axes.get_tightbbox`
573+
`.matplotlib.axes.Axes.get_tightbbox`
574574
`.Axis.get_tightbbox`
575575
`.spines.get_window_extent`
576576

‎lib/matplotlib/spines.py

Copy file name to clipboardExpand all lines: lib/matplotlib/spines.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ def get_window_extent(self, renderer=None):
151151
152152
See Also
153153
--------
154-
155-
`matplotlib.axes.Axes.get_tightbbox`
156-
`matplotlib.axes.Axes.get_window_extent`
154+
155+
`.matplotlib.axes.Axes.get_tightbbox`
156+
`.matplotlib.axes.Axes.get_window_extent`
157157
158158
"""
159159
# make sure the location is updated so that transforms etc are

0 commit comments

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