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

Function hsv

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

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

3165
3166# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
3167def hsv():
3168 """
3169 Set the colormap to "hsv".
3170
3171 This changes the default colormap as well as the colormap of the current
3172 image if there is one. See ``help(colormaps)`` for more information.
3173 """
3174 set_cmap("hsv")
3175
3176
3177# 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