MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / hot

Function hot

site-packages/matplotlib/pyplot.py:3156–3163  ·  view source on GitHub ↗

Set the colormap to "hot". This changes the default colormap as well as the colormap of the current image if there is one. See ``help(colormaps)`` for more information.

()

Source from the content-addressed store, hash-verified

3154
3155# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
3156def hot():
3157 """
3158 Set the colormap to "hot".
3159
3160 This changes the default colormap as well as the colormap of the current
3161 image if there is one. See ``help(colormaps)`` for more information.
3162 """
3163 set_cmap("hot")
3164
3165
3166# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers

nothing calls this directly

Calls 1

set_cmapFunction · 0.85

Tested by

no test coverage detected