Set the colormap to 'gray'. This changes the default colormap as well as the colormap of the current image if there is one. See ``help(colormaps)`` for more information.
()
| 4679 | |
| 4680 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 4681 | def gray() -> None: |
| 4682 | """ |
| 4683 | Set the colormap to 'gray'. |
| 4684 | |
| 4685 | This changes the default colormap as well as the colormap of the current |
| 4686 | image if there is one. See ``help(colormaps)`` for more information. |
| 4687 | """ |
| 4688 | set_cmap("gray") |
| 4689 | |
| 4690 | |
| 4691 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
nothing calls this directly
no test coverage detected
searching dependent graphs…