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.
()
| 4690 | |
| 4691 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 4692 | def hot() -> None: |
| 4693 | """ |
| 4694 | Set the colormap to 'hot'. |
| 4695 | |
| 4696 | This changes the default colormap as well as the colormap of the current |
| 4697 | image if there is one. See ``help(colormaps)`` for more information. |
| 4698 | """ |
| 4699 | set_cmap("hot") |
| 4700 | |
| 4701 | |
| 4702 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
nothing calls this directly
no test coverage detected