xoa.plot.FilteredArtistList.get_tightbbox#
- FilteredArtistList.get_tightbbox(renderer=None)#
Get the artist’s bounding box in display space, taking clipping into account.
- Parameters:
renderer (~matplotlib.backend_bases.RendererBase, optional) – Renderer used to draw the figure (i.e.
fig.canvas.get_renderer()).- Returns:
.Bbox or None – The enclosing bounding box (in figure pixel coordinates), or None if clipping results in no intersection.
See also
Artist.get_window_extentGet the artist bounding box, ignoring clipping.