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 904b7ed commit 8b69d27Copy full SHA for 8b69d27
doc/api/next_api_changes/behavior/20405-JMK.rst
@@ -0,0 +1,8 @@
1
+Make norm from scale now public
2
+===============================
3
+
4
+Downstream libraries can take advantage of ``make_norm_from_scale`` in
5
+``colors.py`` to create a `~.colors.Normalize` subclass directly from
6
+an existing scale. Usually norms have a scale, and the advantage of
7
+having a `~.scale.ScaleBase` attached to a norm is to provide a
8
+default scale for the colorbar.
0 commit comments