Set the colormap to 'prism'. This changes the default colormap as well as the colormap of the current image if there is one. See ``help(colormaps)`` for more information.
()
| 4734 | |
| 4735 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 4736 | def prism() -> None: |
| 4737 | """ |
| 4738 | Set the colormap to 'prism'. |
| 4739 | |
| 4740 | This changes the default colormap as well as the colormap of the current |
| 4741 | image if there is one. See ``help(colormaps)`` for more information. |
| 4742 | """ |
| 4743 | set_cmap("prism") |
| 4744 | |
| 4745 | |
| 4746 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
nothing calls this directly
no test coverage detected
searching dependent graphs…