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

Function cool

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

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

3110
3111# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
3112def cool():
3113 """
3114 Set the colormap to "cool".
3115
3116 This changes the default colormap as well as the colormap of the current
3117 image if there is one. See ``help(colormaps)`` for more information.
3118 """
3119 set_cmap("cool")
3120
3121
3122# 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