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

Function bone

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

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

3099
3100# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
3101def bone():
3102 """
3103 Set the colormap to "bone".
3104
3105 This changes the default colormap as well as the colormap of the current
3106 image if there is one. See ``help(colormaps)`` for more information.
3107 """
3108 set_cmap("bone")
3109
3110
3111# 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