Thanks to visit codestin.com Credit goes to github.com
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.
2 parents faa3670 + 9c3f73b commit 90db4c1Copy full SHA for 90db4c1
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