plot-api / jetbrains.letsPlot.stat / stat_contour

stat_contour

class stat_contour : PathAesthetics, ContourStatAesthetics, ContourStatParameters, LayerBase

Constructors

<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 = {})

Properties

alpha

val alpha: Number?

bins

val bins: Int?

binWidth

val binWidth: Number?

color

val color: Any?

flow

val flow: Double?

linetype

val linetype: Any?

size

val size: Number?

speed

val speed: Double?

x

val x: Double?

y

val y: Double?

z

val z: Double?

Functions

seal

fun seal(): Options

Extension Functions

toSpec

fun Layer.toSpec(): MutableMap<String, Any>