Set the colormap to "hot". This changes the default colormap as well as the colormap of the current image if there is one. See ``help(colormaps)`` for more information.
()
| 3154 | |
| 3155 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 3156 | def hot(): |
| 3157 | """ |
| 3158 | Set the colormap to "hot". |
| 3159 | |
| 3160 | This changes the default colormap as well as the colormap of the current |
| 3161 | image if there is one. See ``help(colormaps)`` for more information. |
| 3162 | """ |
| 3163 | set_cmap("hot") |
| 3164 | |
| 3165 | |
| 3166 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
nothing calls this directly
no test coverage detected