-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
status: needs clarificationIssues that need more information to resolve.Issues that need more information to resolve.
Description
C:\Users\M\Anaconda\lib\site-packages\matplotlib\cm.pyc in get_cmap(name, lut)
161 raise ValueError(
162 "Colormap %s is not recognized. Possible values are: %s"
--> 163 % (name, ', '.join(cmap_d.keys())))
'viridis' in plt.cm.datad
return FALSE
s1 = set(plt.colormaps())
s2 = set(plt.cm.datad.keys())
sorted(s1 - s2)
the result is:
[]
I got the same problem with 'inferno' too
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status: needs clarificationIssues that need more information to resolve.Issues that need more information to resolve.