We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526cb71 commit c00006bCopy full SHA for c00006b
doc/api/next_api_changes/behavior/25061-DS.rst
@@ -0,0 +1,12 @@
1
+TwoSlopeNorm now auto-expands to always have two slopes
2
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3
+In the case where either ``vmin`` or ``vmax`` are not manually specified
4
+to `~.TwoSlopeNorm`, and where the data it is scaling is all less than or
5
+greater than the center point, the limits are now auto-expanded so there
6
+are two symmetrically sized slopes either side of the center point.
7
+
8
+Previously ``vmin`` and ``vmax`` were clipped at the center point, which
9
+caused issues when displaying color bars.
10
11
+This does not affect behaviour when ``vmin`` and ``vmax`` are manually
12
+specified by the user.
0 commit comments