plot-api / jetbrains.letsPlot.stat / stat_bin / <init>

<init>

stat_bin(data: Map<*, *>? = null, geom: GeomOptions = Geom.histogram(), position: PosOptions = Pos.stack, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, size: Number? = null, weight: Any? = null, bins: Int? = null, binWidth: Number? = null, center: Number? = null, boundary: Number? = null, mapping: HistogramMapping.() -> Unit = {})