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
Deprecate setting Axis.major.locator to non-Locator; idem for Formatters
See changelog.
This is so that we can actually add new APIs to the base class (e.g.
format_ticks; tick_deconflict (however that one ends up being named)
and actually benefit from it in the rest of the codebase without
worrying that third-party locators/formatters do not inherit from the
base class (note that inheriting from the base class does not preclude
third-party locators/formatters from completely redefining all methods,
so this does not limit them).
0 commit comments