Set the colormap to 'bone'. This changes the default colormap as well as the colormap of the current image if there is one. See ``help(colormaps)`` for more information.
()
| 4635 | |
| 4636 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 4637 | def bone() -> None: |
| 4638 | """ |
| 4639 | Set the colormap to 'bone'. |
| 4640 | |
| 4641 | This changes the default colormap as well as the colormap of the current |
| 4642 | image if there is one. See ``help(colormaps)`` for more information. |
| 4643 | """ |
| 4644 | set_cmap("bone") |
| 4645 | |
| 4646 | |
| 4647 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
nothing calls this directly
no test coverage detected
searching dependent graphs…