matplotlib.figure.Figure.axes#
- property Figure.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_subplotordelaxesto add or remove an Axes.Note: The
Figure.axesproperty andget_axesmethod are equivalent.