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.
()
| 3132 | |
| 3133 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 3134 | def 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. |
nothing calls this directly
no test coverage detected