-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
MNT: Registered 3rd party scales do not need an axis parameter anymore #29358
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
base: main
Are you sure you want to change the base?
Conversation
6386d63
to
70fc0eb
Compare
Should the Custom Scale example also be updated at this point? Its |
I think the note here also needs updating matplotlib/lib/matplotlib/scale.py Lines 70 to 77 in ba32c7e
|
@rcomer This commit/PR is one step in removing the parameter (see #29349). The points you bring up have to be addressed in the course of making the parameter fully optional. I believe it's best to address them after making the axis parameter in Specific note on:
I'd rather not go this way. The current |
Could this PR wait till after step 3? |
First step of #29349.