Reputation: 40758
Regarding matplotlib.figure
, the documentation says there is a class matplotlib.figure.AxesStack
and that
The AxesStack is a callable, where ax_stack() returns the current axes
However, when I call fig.ax_stack()
, I get the error:
AttributeError: 'Figure' object has no attribute 'ax_stack'
Upvotes: 65
Views: 130528