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

<init>

stat_density2d(data: Map<*, *>? = null, geom: GeomOptions = GeomOptions(GeomKind.DENSITY2D), position: PosOptions = Pos.identity, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, z: Double? = null, alpha: Number? = null, color: Any? = null, linetype: Any? = null, size: Number? = null, speed: Double? = null, flow: Double? = null, weight: Double? = null, bw: Any? = null, kernel: String? = null, n: Int? = null, adjust: Number? = null, contour: Boolean? = null, bins: Int? = null, binWidth: Number? = null, mapping: Density2dMapping.() -> Unit = {})