matplotlib.pyplot.set_cmap
-
matplotlib.pyplot.set_cmap(cmap)
[source] -
Set the default colormap. Applies to the current image if any. See help(colormaps) for more information.
cmap must be a
Colormap
instance, or the name of a registered colormap.See
matplotlib.cm.register_cmap()
andmatplotlib.cm.get_cmap()
.
© 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.0.0/api/_as_gen/matplotlib.pyplot.set_cmap.html