matplotlib.axes.Axes.get_position¶
-
Axes.
get_position
(self, original=False)¶ Get a copy of the axes rectangle as a
Bbox
.Parameters: - originalbool
If
True
, return the original position. Otherwise return the active position. For an explanation of the positions seeset_position
.
Returns: