Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3c6e144

Browse files
committed
DOC: Adding a what's new entry for the norm callback
1 parent 5fb2109 commit 3c6e144

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
A callback registry has been added to Normalize objects
2+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3+
4+
`.colors.Normalize` objects now have a callback registry, ``callbacksNorm``,
5+
that can be connected to by other objects to be notified when the norm is
6+
updated. `.cm.ScalarMappable` is now a listener and will register a change
7+
when the norm's vmin, vmax or other attributes are changed.

0 commit comments

Comments
 (0)