plot-api / jetbrains.letsPlot.stat / stat_bin

stat_bin

class stat_bin : HistogramAesthetics, BinStatAesthetics, BinStatParameters, LayerBase

Constructors

<init>

stat_bin(data: Map<*, *>? = null, geom: GeomOptions = Geom.histogram(), position: PosOptions = Pos.stack, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, size: Number? = null, weight: Any? = null, bins: Int? = null, binWidth: Number? = null, center: Number? = null, boundary: Number? = null, mapping: HistogramMapping.() -> Unit = {})

Properties

alpha

val alpha: Number?

bins

val bins: Int?

binWidth

val binWidth: Number?

boundary

val boundary: Number?

center

val center: Number?

color

val color: Any?

fill

val fill: Any?

size

val size: Number?

weight

val weight: Any?

x

val x: Double?

y

val y: Double?

Functions

seal

fun seal(): Options

Extension Functions

toSpec

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