Count2d Stat Mapping
class Count2dStatMapping(var x: Any? = null, var y: Any? = null, var weight: Any? = null) : Count2dStatAesthetics
Aesthetic mappings supported by statCount2D().
Parameters
x
X-axis value.
y
Y-axis value.
weight
Used by the stat to compute weighted sum instead of simple count.