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

Function pink

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

3187
3188# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
3189def pink():
3190 """
3191 Set the colormap to "pink".
3192
3193 This changes the default colormap as well as the colormap of the current
3194 image if there is one. See ``help(colormaps)`` for more information.
3195 """
3196 set_cmap("pink")
3197
3198
3199# 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