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

Skip to content

Commit 44bc1f1

Browse files
committed
Fixed formatting issues
1 parent 256b1eb commit 44bc1f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/users/colormapnorms.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Power-law
6666
Sometimes it is useful to remap the colors onto a power-law
6767
relationship (i.e. :math:`y=x^{\gamma}`, where :math:`\gamma` is the
6868
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
69+
argument *gamma* ( *gamma* == 1.0 will just yield the defalut linear
7070
normalization):
7171

7272
.. note::
@@ -83,7 +83,7 @@ normalization):
8383

8484

8585
Custom normalization: Two linear ranges
86-
--------------------------------------
86+
-----------------------------------------
8787

8888
It is possible to define your own normalization, as shown in the
8989
example below. This example is plotting the same data as the

0 commit comments

Comments
 (0)