Set the colormap to 'copper'. This changes the default colormap as well as the colormap of the current image if there is one. See ``help(colormaps)`` for more information.
()
| 4657 | |
| 4658 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 4659 | def copper() -> None: |
| 4660 | """ |
| 4661 | Set the colormap to 'copper'. |
| 4662 | |
| 4663 | This changes the default colormap as well as the colormap of the current |
| 4664 | image if there is one. See ``help(colormaps)`` for more information. |
| 4665 | """ |
| 4666 | set_cmap("copper") |
| 4667 | |
| 4668 | |
| 4669 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
no test coverage detected
searching dependent graphs…