Set the colormap to "jet". This changes the default colormap as well as the colormap of the current image if there is one. See ``help(colormaps)`` for more information.
()
| 3176 | |
| 3177 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 3178 | def jet(): |
| 3179 | """ |
| 3180 | Set the colormap to "jet". |
| 3181 | |
| 3182 | This changes the default colormap as well as the colormap of the current |
| 3183 | image if there is one. See ``help(colormaps)`` for more information. |
| 3184 | """ |
| 3185 | set_cmap("jet") |
| 3186 | |
| 3187 | |
| 3188 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
nothing calls this directly
no test coverage detected