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 256b1eb commit 44bc1f1Copy full SHA for 44bc1f1
1 file changed
doc/users/colormapnorms.rst
@@ -66,7 +66,7 @@ Power-law
66
Sometimes it is useful to remap the colors onto a power-law
67
relationship (i.e. :math:`y=x^{\gamma}`, where :math:`\gamma` is the
68
power). For this we use the :func:`colors.PowerNorm`. It takes as an
69
-argument *gamma* ( *gamma*==1.0 will just yield the defalut linear
+argument *gamma* ( *gamma* == 1.0 will just yield the defalut linear
70
normalization):
71
72
.. note::
@@ -83,7 +83,7 @@ normalization):
83
84
85
Custom normalization: Two linear ranges
86
---------------------------------------
+-----------------------------------------
87
88
It is possible to define your own normalization, as shown in the
89
example below. This example is plotting the same data as the
0 commit comments