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

Function gray

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

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

3143
3144# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
3145def gray():
3146 """
3147 Set the colormap to "gray".
3148
3149 This changes the default colormap as well as the colormap of the current
3150 image if there is one. See ``help(colormaps)`` for more information.
3151 """
3152 set_cmap("gray")
3153
3154
3155# 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