locan.visualize.colormap.Colormaps

class locan.visualize.colormap.Colormaps(value)

Bases: Enum

Preferred colormap types to be used for visualization.

Note

This enum is automatically generated from COLORMAP_DEFAULTS and should not be modified.

Attributes

CATEGORICAL = 'cet_glasbey_dark'
CONTINUOUS = 'cet_fire'
CONTINUOUS_GRAY = 'cet_gray'
CONTINUOUS_GRAY_REVERSE = 'cet_gray_r'
CONTINUOUS_REVERSE = 'cet_fire_r'
DIVERGING = 'cet_coolwarm'
TURBO = 'turbo'