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

Function autumn

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

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

3088
3089# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
3090def autumn():
3091 """
3092 Set the colormap to "autumn".
3093
3094 This changes the default colormap as well as the colormap of the current
3095 image if there is one. See ``help(colormaps)`` for more information.
3096 """
3097 set_cmap("autumn")
3098
3099
3100# 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