eelib.utils.colormap

Provides an elenia colormap to use standardized colors across the project.

Author: elenia@TUBS
Copyright 2024 elenia
This file is part of eELib, which is free software under the terms of the GNU GPL Version 3.

Module Contents

Functions

register_and_use_elenia_colormap()

Register the elenia colormap and set it as matplotlib.pyplot's default.

Attributes

PRIM_ELENIA_CMAP

SEC_ELENIA_CMAP

ELENIA_CMAP

PRIM_DISC_CMAP

SEC_DISC_CMAP

DISC_CMAP

PRIM_INT_CMAP

SEC_INT_CMAP

RED_GREEN_INT_CMAP

RED_GREEN_RED_INT_CMAP

PRIM_ELENIA_CMAP = ['#005374', '#00709B', '#66B4D3', '#BE1E3C', '#711C2F']
SEC_ELENIA_CMAP = ['#711C2F', '#D46700', '#E3B225', '#ACC13A', '#6D8300', '#00534A', '#003F57', '#00709B',...
ELENIA_CMAP
PRIM_DISC_CMAP
SEC_DISC_CMAP
DISC_CMAP
PRIM_INT_CMAP
SEC_INT_CMAP
RED_GREEN_INT_CMAP
RED_GREEN_RED_INT_CMAP
register_and_use_elenia_colormap()

Register the elenia colormap and set it as matplotlib.pyplot’s default.