Set the colormap to 'pink'. This changes the default colormap as well as the colormap of the current image if there is one. See ``help(colormaps)`` for more information.
()
| 4723 | |
| 4724 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 4725 | def pink() -> None: |
| 4726 | """ |
| 4727 | Set the colormap to 'pink'. |
| 4728 | |
| 4729 | This changes the default colormap as well as the colormap of the current |
| 4730 | image if there is one. See ``help(colormaps)`` for more information. |
| 4731 | """ |
| 4732 | set_cmap("pink") |
| 4733 | |
| 4734 | |
| 4735 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
nothing calls this directly
no test coverage detected
searching dependent graphs…