Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5b8f7 commit c540411Copy full SHA for c540411
1 file changed
lib/matplotlib/colors.py
@@ -758,9 +758,9 @@ class ListedColormap(Colormap):
758
List of Matplotlib color specifications, or an equivalent Nx3 or Nx4
759
floating point array (*N* rgb or rgba values).
760
name : str, optional
761
- String to identify the colormap
+ String to identify the colormap.
762
N : int, optional
763
- Number of entries in the map. The default is *None*,in which case there
+ Number of entries in the map. The default is *None*, in which case there
764
is one colormap entry for each element in the list of colors. If::
765
766
N < len(colors)
0 commit comments