get_tightbboxο
- LayerSelector.get_tightbbox(renderer=None)ο
Like .Artist.get_window_extent, but includes any clipping.
- Parameters:
renderer (~matplotlib.backend_bases.RendererBase subclass, optional) β renderer that will be used to draw the figures (i.e.
fig.canvas.get_renderer())- Returns:
The enclosing bounding box (in figure pixel coordinates). Returns None if clipping results in no intersection.
- Return type:
.Bbox or None