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.
()
| 3187 | |
| 3188 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 3189 | def pink(): |
| 3190 | """ |
| 3191 | Set the colormap to "pink". |
| 3192 | |
| 3193 | This changes the default colormap as well as the colormap of the current |
| 3194 | image if there is one. See ``help(colormaps)`` for more information. |
| 3195 | """ |
| 3196 | set_cmap("pink") |
| 3197 | |
| 3198 | |
| 3199 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
nothing calls this directly
no test coverage detected