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

Function spring

site-packages/matplotlib/pyplot.py:3211–3218  ·  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

3209
3210# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
3211def spring():
3212 """
3213 Set the colormap to "spring".
3214
3215 This changes the default colormap as well as the colormap of the current
3216 image if there is one. See ``help(colormaps)`` for more information.
3217 """
3218 set_cmap("spring")
3219
3220
3221# 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