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

<init>

stat_density(data: Map<*, *>? = null, geom: GeomOptions = GeomOptions(GeomKind.DENSITY), position: PosOptions = stack, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, linetype: Any? = null, size: Number? = null, weight: Double? = null, bw: Any? = null, kernel: String? = null, n: Int? = null, trim: Boolean? = null, adjust: Number? = null, mapping: DensityMapping.() -> Unit = {})