widthUnit

open override val widthUnit: String? = null

Parameters

widthUnit

default = "res". Unit for width of the hexagon. Possible values:

  • "res": if stat = Stat.binhex(), the unit equals the hexagonal bin width (binWidth.first); otherwise, it represents the smallest distance between adjacent hexagons along the corresponding axis;

  • "identity": a unit of 1 corresponds to a difference of 1 in data space;

  • "size": a unit of 1 corresponds to the diameter of a point with size=1;

  • "px": the unit is measured in screen pixels.