X Tutup
Skip to content

colormaps issue #6147

@MBalazs90

Description

@MBalazs90
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup