show_colormaps¶
-
sunpy.cm.
show_colormaps
(search=None)[source] [edit on github]¶ Displays a plot of the custom color maps supported in SunPy.
- Parameters
search (str) – A string to search for in the names of the color maps (e.g. aia, EIT, 171). Case insensitive.
- Returns
None (none)
Examples
>>> import sunpy.cm as cm >>> cm.show_colormaps() >>> cm.show_colormaps(search='aia') >>> cm.show_colormaps(search='171')
References