HeatmapColorScale🔗Controls the color scale of the heatmapDefinition🔗class HeatmapColorScale(enum.StrEnum): """ Controls the color scale of the heatmap """ LINEAR = "linear" EXPONENTIAL = "exponential"