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.
()
| 4624 | |
| 4625 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 4626 | def autumn() -> None: |
| 4627 | """ |
| 4628 | Set the colormap to 'autumn'. |
| 4629 | |
| 4630 | This changes the default colormap as well as the colormap of the current |
| 4631 | image if there is one. See ``help(colormaps)`` for more information. |
| 4632 | """ |
| 4633 | set_cmap("autumn") |
| 4634 | |
| 4635 | |
| 4636 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
nothing calls this directly
no test coverage detected
searching dependent graphs…