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 faa3670 commit 9c3f73bCopy full SHA for 9c3f73b
lib/matplotlib/artist.py
@@ -350,7 +350,7 @@ def get_window_extent(self, renderer=None):
350
351
See Also
352
--------
353
- `~.Artist.get_tightbbox` :
+ .Artist.get_tightbbox :
354
Get the artist bounding box, taking clipping into account.
355
"""
356
return Bbox([[0, 0], [0, 0]])
@@ -372,7 +372,7 @@ def get_tightbbox(self, renderer=None):
372
373
374
375
- `~.Artist.get_window_extent` :
+ .Artist.get_window_extent :
376
Get the artist bounding box, ignoring clipping.
377
378
bbox = self.get_window_extent(renderer)
0 commit comments