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.
()
| 3121 | |
| 3122 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 3123 | def copper(): |
| 3124 | """ |
| 3125 | Set the colormap to "copper". |
| 3126 | |
| 3127 | This changes the default colormap as well as the colormap of the current |
| 3128 | image if there is one. See ``help(colormaps)`` for more information. |
| 3129 | """ |
| 3130 | set_cmap("copper") |
| 3131 | |
| 3132 | |
| 3133 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
nothing calls this directly
no test coverage detected