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 2d74b59

Browse filesBrowse files
committed
FIX
1 parent 68ad392 commit 2d74b59
Copy full SHA for 2d74b59

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

+4
-5
lines changed

‎lib/matplotlib/axes/_base.py

Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py
+4-5Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -565,14 +565,13 @@ def __setstate__(self, state):
565565
def get_window_extent(self, *args, **kwargs):
566566
"""
567567
Return the axes bounding box in display space;
568-
This is just the bounding box of the axes itself.
569568
*args* and *kwargs* are empty
570569
571-
See also
570+
See Also
572571
--------
573-
`.matplotlib.axes.Axes.get_tightbbox`
574-
`.Axis.get_tightbbox`
575-
`.spines.get_window_extent`
572+
.matplotlib.axes.Axes.get_tightbbox
573+
.Axis.get_tightbbox
574+
.spines.get_window_extent
576575
577576
"""
578577
return self.bbox

0 commit comments

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