fixed typo: colormodel --> color model
This commit is contained in:
parent
4d63da6aee
commit
dc3db90ce0
|
@ -95,7 +95,7 @@ class Colormap(mpl.colors.ListedColormap):
|
||||||
N : int, optional
|
N : int, optional
|
||||||
Number of color quantization levels. Defaults to 256.
|
Number of color quantization levels. Defaults to 256.
|
||||||
model : {'rgb', 'hsv', 'hsl', 'xyz', 'lab', 'msh'}
|
model : {'rgb', 'hsv', 'hsl', 'xyz', 'lab', 'msh'}
|
||||||
Colormodel used for input color definitions. Defaults to `rgb`.
|
Color model used for input color definitions. Defaults to `rgb`.
|
||||||
The available color models are:
|
The available color models are:
|
||||||
- 'rgb': Red Green Blue.
|
- 'rgb': Red Green Blue.
|
||||||
- 'hsv': Hue Saturation Value.
|
- 'hsv': Hue Saturation Value.
|
||||||
|
|
Loading…
Reference in New Issue