mkt.databases.colors.DICT_QUARTILE_HEATMAP_COLORMAP_PLASMA
- mkt.databases.colors.DICT_QUARTILE_HEATMAP_COLORMAP_PLASMA = {1: ('#0D0887', '#7E03A8'), 2: ('#7E03A8', '#CC4778'), 3: ('#CC4778', '#F89441'), 4: ('#F89441', '#F0F921')}
Plasma-inspired colormap for mutation visualization. Colorblind-accessible. Travels purple→magenta→orange→yellow, avoiding green entirely. Maps quartile bin number (1-indexed) to (start_hex, end_hex) tuples for use with
percentile_colormap.- Type:
dict[int, tuple[str, str]]