CMVDataParser.set_cmap¶
-
visualize.cell_morphology_visualizer.CMVDataParser.set_cmap(cmap=
None, vmin=None, vmax=None)¶ Update the colormap, vmin, and vmax of the visualization.
- Parameters:¶
- cmap : str¶
colormap to use. Default is “jet”. For available colormaps, see https://matplotlib.org/stable/gallery/color/colormap_reference.html
- vmin : float¶
minimum value of the colormap. Default is
None.- vmax : float¶
maximum value of the colormap. Default is
None.
- Returns:¶
Nothing.
- Return type:¶
None
Documentation unclear, incomplete, broken or wrong? Let us know