-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Deprecate {Locator,Formatter}.set_{{view,data}_interval,bounds}. #13860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
a73c905
to
9c7858d
Compare
9c7858d
to
8baad5a
Compare
8baad5a
to
7662fc6
Compare
This seems reasonable, but is it necessary? It is difficult for end users to know about methods on properties. i.e. I would need to know the Locator has an |
I don't think end users should call these methods at all anyways? In practice these should just be called by internal hooks. |
7662fc6
to
9d9bdab
Compare
ping for review when its passing. Looks good at first glance |
e542bf3
to
053c022
Compare
should be fixed now. |
Directly manipulating the underlying axis' view and data intervals is clearer (see e.g. the changes in dates.py which ultimately just deletes code that sets `self.axis`'s view and data intervals to themselves).
053c022
to
21e5876
Compare
Directly manipulating the underlying axis' view and data intervals is
clearer (see e.g. the changes in dates.py which ultimately just deletes
code that sets
self.axis
's view and data intervals to themselves).PR Summary
PR Checklist