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.
()
| 4668 | |
| 4669 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 4670 | def flag() -> None: |
| 4671 | """ |
| 4672 | Set the colormap to 'flag'. |
| 4673 | |
| 4674 | This changes the default colormap as well as the colormap of the current |
| 4675 | image if there is one. See ``help(colormaps)`` for more information. |
| 4676 | """ |
| 4677 | set_cmap("flag") |
| 4678 | |
| 4679 | |
| 4680 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
nothing calls this directly
no test coverage detected
searching dependent graphs…