Set the colormap to "autumn". This changes the default colormap as well as the colormap of the current image if there is one. See ``help(colormaps)`` for more information.
()
| 3088 | |
| 3089 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 3090 | def autumn(): |
| 3091 | """ |
| 3092 | Set the colormap to "autumn". |
| 3093 | |
| 3094 | This changes the default colormap as well as the colormap of the current |
| 3095 | image if there is one. See ``help(colormaps)`` for more information. |
| 3096 | """ |
| 3097 | set_cmap("autumn") |
| 3098 | |
| 3099 | |
| 3100 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
nothing calls this directly
no test coverage detected