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.
()
| 4646 | |
| 4647 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 4648 | def cool() -> None: |
| 4649 | """ |
| 4650 | Set the colormap to 'cool'. |
| 4651 | |
| 4652 | This changes the default colormap as well as the colormap of the current |
| 4653 | image if there is one. See ``help(colormaps)`` for more information. |
| 4654 | """ |
| 4655 | set_cmap("cool") |
| 4656 | |
| 4657 | |
| 4658 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
nothing calls this directly
no test coverage detected
searching dependent graphs…