MCPcopy Index your code
hub / github.com/matplotlib/matplotlib / jet

Function jet

lib/matplotlib/pyplot.py:4714–4721  ·  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

4712
4713# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
4714def jet() -> None:
4715 """
4716 Set the colormap to 'jet'.
4717
4718 This changes the default colormap as well as the colormap of the current
4719 image if there is one. See ``help(colormaps)`` for more information.
4720 """
4721 set_cmap("jet")
4722
4723
4724# 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