AxisType

public enum AxisType : String, Encodable

If array, the heatmap’s x coordinates are given by x (the default behavior when x is provided).

If scaled, the heatmap’s x coordinates are given by x0 and dx (the default behavior when x is not provided).

Note

Used by Heatmap<ZData, XYData>.xType, Heatmap<ZData, XYData>.yType, Contour<ZData, XData, YData>.xType, Contour<ZData, XData, YData>.yType, HeatmapGL<ZData, XYData>.xType, HeatmapGL<ZData, XYData>.yType.
  • Undocumented

    Declaration

    Swift

    case array
  • Undocumented

    Declaration

    Swift

    case scaled