matplotlib.axes.Axes.get_position#

Axes.get_position(original=False)[source]#

Return the position of the Axes within the figure as aBbox.

Parameters:
originalbool

IfTrue, return the original position. Otherwise, return theactive position. For an explanation of the positions seeset_position.

Returns:
Bbox

Examples usingmatplotlib.axes.Axes.get_position#

Contour Demo

Contour Demo