8000 FIX · matplotlib/matplotlib@2d74b59 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d74b59

Browse files
committed
FIX
1 parent 68ad392 commit 2d74b59

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

lib/matplotlib/axes/_base.py

Lines 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