Skip to content

Commit 90db4c1

Browse files
authored
Merge pull request #30266 from rcomer/artist-seealso
2 parents faa3670 + 9c3f73b commit 90db4c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/artist.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def get_window_extent(self, renderer=None):
350350
351351
See Also
352352
--------
353-
`~.Artist.get_tightbbox` :
353+
.Artist.get_tightbbox :
354354
Get the artist bounding box, taking clipping into account.
355355
"""
356356
return Bbox([[0, 0], [0, 0]])
@@ -372,7 +372,7 @@ def get_tightbbox(self, renderer=None):
372372
373373
See Also
374374
--------
375-
`~.Artist.get_window_extent` :
375+
.Artist.get_window_extent :
376376
Get the artist bounding box, ignoring clipping.
377377
"""
378378
bbox = self.get_window_extent(renderer)

0 commit comments

Comments
 (0)