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.
()
| 3165 | |
| 3166 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 3167 | def hsv(): |
| 3168 | """ |
| 3169 | Set the colormap to "hsv". |
| 3170 | |
| 3171 | This changes the default colormap as well as the colormap of the current |
| 3172 | image if there is one. See ``help(colormaps)`` for more information. |
| 3173 | """ |
| 3174 | set_cmap("hsv") |
| 3175 | |
| 3176 | |
| 3177 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
nothing calls this directly
no test coverage detected