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

Function jet

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

Set the colormap to "jet". 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

3176
3177# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
3178def jet():
3179 """
3180 Set the colormap to "jet".
3181
3182 This changes the default colormap as well as the colormap of the current
3183 image if there is one. See ``help(colormaps)`` for more information.
3184 """
3185 set_cmap("jet")
3186
3187
3188# 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