Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
If matplotlib/lib/matplotlib/colorbar.py Lines 408 to 409 in2c77256
and matplotlib/lib/matplotlib/colorbar.py Lines 1153 to 1154 in2c77256
|
0efbd3a
toe10954c
Comparee891183
to6e34845
CompareThere 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
toa4e33cf
CompareFIX: properly set x/y limitsMNT: add tolerance to colorbar locator methods
a4e33cf
to3add532
Compare…159-on-v3.0.xBackport 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