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

Function pink

lib/matplotlib/pyplot.py:4725–4732  ·  view source on GitHub ↗

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

4723
4724# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
4725def pink() -> None:
4726 """
4727 Set the colormap to 'pink'.
4728
4729 This changes the default colormap as well as the colormap of the current
4730 image if there is one. See ``help(colormaps)`` for more information.
4731 """
4732 set_cmap("pink")
4733
4734
4735# 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…