plot-api / jetbrains.letsPlot.stat / stat_count

stat_count

class stat_count : CountAesthetics, BarAesthetics, CountParameters, LayerBase

Constructors

<init>

stat_count(data: Map<*, *>? = null, geom: GeomOptions = Geom.bar(), position: PosOptions = stack, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, alpha: Double? = null, color: Any? = null, fill: Any? = null, width: Double? = null, size: Double? = null, weight: Double? = null, mapping: CountMapping.() -> Unit = {})

Properties

alpha

val alpha: Double?

color

val color: Any?

fill

val fill: Any?

size

val size: Double?

weight

val weight: Double?

width

val width: Double?

x

val x: Double?

y

val y: Double?

Functions

seal

fun seal(): Options

Extension Functions

toSpec

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