Set the colormap to "cool". This changes the default colormap as well as the colormap of the current image if there is one. See ``help(colormaps)`` for more information.
()
| 3110 | |
| 3111 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 3112 | def cool(): |
| 3113 | """ |
| 3114 | Set the colormap to "cool". |
| 3115 | |
| 3116 | This changes the default colormap as well as the colormap of the current |
| 3117 | image if there is one. See ``help(colormaps)`` for more information. |
| 3118 | """ |
| 3119 | set_cmap("cool") |
| 3120 | |
| 3121 | |
| 3122 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
nothing calls this directly
no test coverage detected