plot-api / jetbrains.letsPlot.stat / stat_contour / <init>
<init>
stat_contour(data: Map<*, *>? = null, geom: GeomOptions = GeomOptions(GeomKind.CONTOUR), 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, bins: Int? = null, binWidth: Number? = null, mapping: ContourMapping.() -> Unit = {})