Set the colormap to 'viridis'. This changes the default colormap as well as the colormap of the current image if there is one. See ``help(colormaps)`` for more information.
()
| 4811 | |
| 4812 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 4813 | def viridis() -> None: |
| 4814 | """ |
| 4815 | Set the colormap to 'viridis'. |
| 4816 | |
| 4817 | This changes the default colormap as well as the colormap of the current |
| 4818 | image if there is one. See ``help(colormaps)`` for more information. |
| 4819 | """ |
| 4820 | set_cmap("viridis") |
| 4821 | |
| 4822 | |
| 4823 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
no test coverage detected
searching dependent graphs…