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

Function copper

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

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

3121
3122# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
3123def copper():
3124 """
3125 Set the colormap to "copper".
3126
3127 This changes the default colormap as well as the colormap of the current
3128 image if there is one. See ``help(colormaps)`` for more information.
3129 """
3130 set_cmap("copper")
3131
3132
3133# 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