Axes.
get_tightbbox
(renderer, call_axes_locator=True, bbox_extra_artists=None)¶Return the tight bounding box of the axes, including axis and their decorators (xlabel, title, etc).
Artists that have artist.set_in_layout(False)
are not included
in the bbox.
Parameters: | renderer :
bbox_extra_artists : list of
call_axes_locator : boolean (default
|
---|---|
Returns: | bbox :
|