plot-api / jetbrains.letsPlot.stat / stat_density / <init>
<init>
stat_density(data: Map<*, *>? = null, geom: GeomOptions = area(), position: PosOptions = stack, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Any? = null, y: Any? = null, alpha: Any? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, size: Any? = null, weight: Any? = null, bw: Any? = null, kernel: Any? = null, n: Any? = null, trim: Any? = null, adjust: Any? = null, mapping: DensityMapping.() -> Unit = {})