8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68ad392 commit 2d74b59Copy full SHA for 2d74b59
lib/matplotlib/axes/_base.py
@@ -565,14 +565,13 @@ def __setstate__(self, state):
565
def get_window_extent(self, *args, **kwargs):
566
"""
567
Return the axes bounding box in display space;
568
- This is just the bounding box of the axes itself.
569
*args* and *kwargs* are empty
570
571
- See also
+ See Also
572
--------
573
- `.matplotlib.axes.Axes.get_tightbbox`
574
- `.Axis.get_tightbbox`
575
- `.spines.get_window_extent`
+ .matplotlib.axes.Axes.get_tightbbox
+ .Axis.get_tightbbox
+ .spines.get_window_extent
576
577
578
return self.bbox
0 commit comments