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

Skip to content

Commit 5257731

Browse files
committed
DOC: Adding a what's new entry for the norm callback
1 parent ce016e2 commit 5257731

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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)