Ge.update_coloraxis#
missionbio.mosaic.ge.Ge.update_coloraxis
- static Ge.update_coloraxis(fig: Union[Figure, FigureWidget], layer: Union[str, ndarray], coloraxis: int = 1, **kwargs) None#
Sets the colorscale for GE layers.
- Parameters:
- figplotly.Figure
The figure whose layout has to be updated.
- layerstr
The layer according to which the coloraxis has to be updated.
- coloraxisint
The coloraxis to update.