matplotlib.axes.Axes.get_window_extent#
- Axes.get_window_extent(renderer=None, *args, **kwargs)[source]#
Return the Axes bounding box in display space; args and kwargs are empty.
This bounding box does not include the spines, ticks, ticklabels, or other labels. For a bounding box including these elements use
get_tightbbox
.