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.

  • Undocumented

    Declaration

    Swift

    case fill
  • Undocumented

    Declaration

    Swift

    case heatmap
  • Undocumented

    Declaration

    Swift

    case lines
  • Undocumented

    Declaration

    Swift

    case none