W3cubDocs

/Matplotlib

matplotlib.figure.Figure.axes

propertyFigure.axes

List of Axes in the Figure. You can access and modify the Axes in the Figure through this list.

Do not modify the list itself. Instead, use add_axes, add_subplot or delaxes to add or remove an Axes.

Note: The Figure.axes property and get_axes method are equivalent.

© 2012–2023 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/stable/api/_as_gen/matplotlib.figure.Figure.axes.html