Set the colormap to 'hsv'. This changes the default colormap as well as the colormap of the current image if there is one. See ``help(colormaps)`` for more information.
()
| 4701 | |
| 4702 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 4703 | def hsv() -> None: |
| 4704 | """ |
| 4705 | Set the colormap to 'hsv'. |
| 4706 | |
| 4707 | This changes the default colormap as well as the colormap of the current |
| 4708 | image if there is one. See ``help(colormaps)`` for more information. |
| 4709 | """ |
| 4710 | set_cmap("hsv") |
| 4711 | |
| 4712 | |
| 4713 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
nothing calls this directly
no test coverage detected