Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Backport PR #22313 on branch v3.5.x (Fix colorbar exponents)#22844
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Backport PR #22313 on branch v3.5.x (Fix colorbar exponents)#22844
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Not clear what hold for manual back-ports, but if it is enough with a single approval, feel free to self-merge (or inform me and I'll merge). |
One is fine, but I'm hoping@jklymak could confirm on this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Looks OK? Sorry to be slow to check it...
PR Summary
Manual backport of#22313; there were conflicts in
lib/matplotlib/axes/_base.py
(due to#21398 not being backported), andlib/matplotlib/tests/test_colorbar.py
(due to an additional test onmain
conflicting with the new one here).PR Checklist
Tests and Styling
pytest
passes).flake8-docstrings
and runflake8 --docstring-convention=all
).Documentation
doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).