10000 Edit a file in lib · QuLogic/matplotlib@d5422ca · GitHub
[go: up one dir, main page]

Skip to content

Commit d5422ca

Browse files
committed
Edit a file in lib
1 parent 1811429 commit d5422ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/colors.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
and for mapping numbers to colors in a 1-D array of colors called a colormap.
99
1010
Mapping data onto colors using a colormap typically involves two steps: a data
11-
array is first mapped onto the range 0-1 using a subclass of `Normalize`,
12-
then this number is mapped to a color using a subclass of `Colormap`. Two
11+
array is first mapped onto the range 0-1 using a subclass of `Normalize`, then
12+
this number is mapped to a color using a subclass of `Colormap`. Two
1313
subclasses of `Colormap` provided here: `LinearSegmentedColormap`, which uses
1414
piecewise-linear interpolation to define colormaps, and `ListedColormap`, which
1515
makes a colormap from a list of colors.

0 commit comments

Comments
 (0)
0