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 byHeatmap<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.
View on GitHub
Install in Dash
AxisType Enumeration Reference