plot-api / jetbrains.letsPlot.stat / stat_bin2d / <init>
<init>
stat_bin2d(data: Map<*, *>? = null, geom: GeomOptions = Geom.tile(), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, width: Double? = null, height: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, size: Number? = null, weight: Any? = null, bins: Pair<Int, Int>? = null, binWidth: Pair<Number?, Number?>? = null, drop: Boolean? = null, mapping: Bin2dMapping.() -> Unit = {})