8000 DOC: Add behavior change note for CenteredNorm · matplotlib/matplotlib@f259067 · GitHub
[go: up one dir, main page]

Skip to content

Commit f259067

Browse files
committed
DOC: Add behavior change note for CenteredNorm
1 parent 48272bf commit f259067

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
``CenteredNorm`` halfrange is not modified when vcenter changes
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
4+
Previously, the halfrange would expand in proportion to the
5+
amount that vcenter was moved away from either vmin or vmax. Now,
6+
the halfrange will not be updated when vcenter is changed. If the
7+
halfrange also needs to be updated, one can set the halfrange
8+
manually or call autoscale() after setting vcenter.

0 commit comments

Comments
 (0)
0