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

Skip to content

Commit 728a7ae

Browse files
anntzerMeeseeksDev[bot]
authored andcommitted
Backport PR #15865: Fix a typo
1 parent f1741d3 commit 728a7ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/colors/colormapnorms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
# In [5]: print(norm([-0.2,-0.15,-0.02, 0.3, 0.8, 0.99]))
159159
# [0 0 1 2 3 3]
160160
#
161-
# Note unlike the other norms, this norm returns values from 0 to *ncolors*-1.
161+
# Note: Unlike the other norms, this norm returns values from 0 to *ncolors*-1.
162162

163163
N = 100
164164
X, Y = np.mgrid[-3:3:complex(0, N), -2:2:complex(0, N)]

0 commit comments

Comments
 (0)