Thanks to visit codestin.com Credit goes to github.com
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 5fb2109 commit 3c6e144Copy full SHA for 3c6e144
doc/users/next_whats_new/callbacks_on_norms.rst
@@ -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