-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
FIX: colorbar re-check norm before draw for autolabels #12159
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
FIX: colorbar re-check norm before draw for autolabels #12159
Conversation
If matplotlib/lib/matplotlib/colorbar.py Lines 408 to 409 in 2c77256
and matplotlib/lib/matplotlib/colorbar.py Lines 1153 to 1154 in 2c77256
|
0efbd3a
to
e10954c
Compare
e891183
to
6e34845
Compare
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.
modulo a rebase and tests passing.
cda498c
to
a4e33cf
Compare
FIX: properly set x/y limits MNT: add tolerance to colorbar locator methods
a4e33cf
to
3add532
Compare
… for autolabels
…159-on-v3.0.x Backport PR #12159 on branch v3.0.x (FIX: colorbar re-check norm before draw for autolabels)
PR Summary
closes #12155
If a user changes the norm on a colorbar from a linear to logarithmic, we were not changing the scale of the colorbar axes to a logarithmic scale. That needs to be done after #9903 because we now use normal locators for colorbar axes.
PR Checklist