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

Function copper

lib/matplotlib/pyplot.py:4659–4666  ·  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

4657
4658# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
4659def copper() -> None:
4660 """
4661 Set the colormap to 'copper'.
4662
4663 This changes the default colormap as well as the colormap of the current
4664 image if there is one. See ``help(colormaps)`` for more information.
4665 """
4666 set_cmap("copper")
4667
4668
4669# Autogenerated by boilerplate.py. Do not edit as changes will be lost.

Callers 1

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…