plot-api/src/commonMain/kotlin/org/jetbrains/letsPlot/geom/geom_contourf.kt [87:107]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override val x: Number? = null, override val y: Number? = null, override val z: Number? = null, override val size: Number? = null, override val linetype: Any? = null, override val color: Any? = null, override val fill: Any? = null, override val alpha: Number? = null, override val bins: Int? = null, override val binWidth: Number? = null, override val colorBy: String? = null, override val fillBy: String? = null, mapping: ContourfMapping.() -> Unit = {} ) : PolygonAesthetics, ContourStatAesthetics, ContourStatParameters, WithColorOption, WithFillOption, Layer( mapping = ContourfMapping().apply(mapping).seal(), data = data, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - plot-api/src/commonMain/kotlin/org/jetbrains/letsPlot/stat/stat_contourf.kt [79:99]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override val x: Number? = null, override val y: Number? = null, override val z: Number? = null, override val size: Number? = null, override val linetype: Any? = null, override val color: Any? = null, override val fill: Any? = null, override val alpha: Number? = null, override val bins: Int? = null, override val binWidth: Number? = null, override val colorBy: String? = null, override val fillBy: String? = null, mapping: ContourfMapping.() -> Unit = {} ) : PolygonAesthetics, ContourStatAesthetics, ContourStatParameters, WithColorOption, WithFillOption, Layer( mapping = ContourfMapping().apply(mapping).seal(), data = data, - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -