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
The Axes classes have a multi-layered internal class structure and
we generate documentation for the top-level public classes. However,
we also auto-generate property tables by querying the methods on
the objects which resolve to the base class they are defined on which
leads to incorrect references.
This is a very quick hack which special-cases two of the Axes classes
and replace their name with just ``Axes``.
0 commit comments