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

Function spring

lib/matplotlib/pyplot.py:4747–4754  ·  view source on GitHub ↗

Set the colormap to 'spring'. 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

4745
4746# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
4747def spring() -> None:
4748 """
4749 Set the colormap to 'spring'.
4750
4751 This changes the default colormap as well as the colormap of the current
4752 image if there is one. See ``help(colormaps)`` for more information.
4753 """
4754 set_cmap("spring")
4755
4756
4757# 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…