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

Function flag

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

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

3132
3133# Autogenerated by boilerplate.py. Do not edit as changes will be lost.
3134def flag():
3135 """
3136 Set the colormap to "flag".
3137
3138 This changes the default colormap as well as the colormap of the current
3139 image if there is one. See ``help(colormaps)`` for more information.
3140 """
3141 set_cmap("flag")
3142
3143
3144# 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