locan.configuration.COLORMAP_DEFAULTS#

locan.configuration.COLORMAP_DEFAULTS: Mapping[str, str] = {'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'}#

Mapping a type of colormap to its default colormap that is used throughout locan. See details in locan documentation on colormaps.