On this page
matplotlib.axes.Axes.get_position
- Axes.get_position(original=False)[source]
-
Return the position of the Axes within the figure 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
Examples using matplotlib.axes.Axes.get_position
© 2012–2021 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.5.1/api/_as_gen/matplotlib.axes.Axes.get_position.html