plot-api / jetbrains.letsPlot.stat / stat_density

stat_density

class stat_density : DensityAesthetics, DensityParameters, LayerBase

Constructors

<init>

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

Properties

adjust

val adjust: Any?

alpha

val alpha: Any?

bw

val bw: Any?

color

val color: Any?

fill

val fill: Any?

kernel

val kernel: Any?

linetype

val linetype: Any?

n

val n: Any?

size

val size: Any?

trim

val trim: Any?

weight

val weight: Any?

x

val x: Any?

y

val y: Any?

Functions

seal

fun seal(): Options

Extension Functions

toSpec

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