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.
2 parents 8a96324 + 728a7ae commit 82ad5b6Copy full SHA for 82ad5b6
1 file changed
tutorials/colors/colormapnorms.py
@@ -158,7 +158,7 @@
158
# In [5]: print(norm([-0.2,-0.15,-0.02, 0.3, 0.8, 0.99]))
159
# [0 0 1 2 3 3]
160
#
161
-# Note unlike the other norms, this norm returns values from 0 to *ncolors*-1.
+# Note: Unlike the other norms, this norm returns values from 0 to *ncolors*-1.
162
163
N = 100
164
X, Y = np.mgrid[-3:3:complex(0, N), -2:2:complex(0, N)]
0 commit comments