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

Skip to content

Commit a6c3c22

Browse files
authored
Merge pull request #17202 from larrybradley/typo
DOC: Remove extra word
2 parents 3232f58 + 3b5f08f commit a6c3c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/colors/colormapnorms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
# and negative, but we would still like a logarithmic scaling applied to
7878
# both. In this case, the negative numbers are also scaled
7979
# logarithmically, and mapped to smaller numbers; e.g., if ``vmin=-vmax``,
80-
# then they the negative numbers are mapped from 0 to 0.5 and the
80+
# then the negative numbers are mapped from 0 to 0.5 and the
8181
# positive from 0.5 to 1.
8282
#
8383
# Since the logarithm of values close to zero tends toward infinity, a

0 commit comments

Comments
 (0)