-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Change in custom norm colour map display #20581
Copy link
Copy link
Closed
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.topic: color/color & colormapstopic: color/colorbar
Milestone
Metadata
Metadata
Assignees
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.topic: color/color & colormapstopic: color/colorbar
Compare https://matplotlib.org/stable/tutorials/colors/colormapnorms.html
vs https://matplotlib.org/devdocs/tutorials/colors/colormapnorms.html
The same thing happens with the custom norm at the end of the tutorial. I'm not sure about
TwoSlopeNorm, but at least for the custom one, the 0 is definitely not supposed to be in the middle. This half broke when merging #20054, with the 0 tick at the old place but the 0 colour in the middle. Then with d1c5a6a, the 0 tick also moved to the middle.