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.
()
| 3099 | |
| 3100 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
| 3101 | def bone(): |
| 3102 | """ |
| 3103 | Set the colormap to "bone". |
| 3104 | |
| 3105 | This changes the default colormap as well as the colormap of the current |
| 3106 | image if there is one. See ``help(colormaps)`` for more information. |
| 3107 | """ |
| 3108 | set_cmap("bone") |
| 3109 | |
| 3110 | |
| 3111 | # Autogenerated by boilerplate.py. Do not edit as changes will be lost. |
nothing calls this directly
no test coverage detected