Skip to content

Commit 8b69d27

Browse files
committed
DOC: add note about make_norm_from_scale
1 parent 904b7ed commit 8b69d27

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+
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

Comments
 (0)