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

Function prism

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

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

3198
3199# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
3200def prism():
3201 """
3202 Set the colormap to "prism".
3203
3204 This changes the default colormap as well as the colormap of the current
3205 image if there is one. See ``help(colormaps)`` for more information.
3206 """
3207 set_cmap("prism")
3208
3209
3210# 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