Coloring
public enum Coloring : String, Encodable
Determines the coloring method showing the contour values.
If fill, coloring is done evenly between each contour level If heatmap, a heatmap gradient coloring is applied between each contour level. If lines, coloring is done on the contour lines. If none, no coloring is applied on this trace.
View on GitHub
Install in Dash
Coloring Enumeration Reference