Bin2d Stat Mapping
class Bin2dStatMapping(var x: Any? = null, var y: Any? = null, var weight: Any? = null) : Bin2dStatAesthetics
Aesthetic mappings supported by statBin2D().
Parameters
x
X-axis value.
y
Y-axis value.
weight
Used by Stat.bin2D()
stat to compute weighted sum instead of simple count.