fixed typo: colormodel --> color model

This commit is contained in:
Philip Eisenlohr 2021-12-02 18:59:31 -05:00
parent 4d63da6aee
commit dc3db90ce0
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class Colormap(mpl.colors.ListedColormap):
N : int, optional
Number of color quantization levels. Defaults to 256.
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:
- 'rgb': Red Green Blue.
- 'hsv': Hue Saturation Value.