You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DOC: changed axes_api from automodule to autoclass
with automodule we had: `matplotlib.axes._axes.Axes`
while with autoclass we have `matplotlib.axes.Axes`
However, we must remember this documents only one class, so if
classes will be added to the module, they should be added
by hand.
0 commit comments