plot-api / jetbrains.letsPlot.stat / stat_boxplot

stat_boxplot

class stat_boxplot : BoxplotAesthetics, BoxplotParameters, BoxplotStatAesthetics, BoxplotStatParameters, LayerBase

Constructors

<init>

stat_boxplot(data: Map<*, *>? = null, geom: GeomOptions = Geom.boxplot(), position: PosOptions = dodge, showLegend: Boolean = true, sampling: SamplingOptions? = null, x: Double? = null, y: Double? = null, lower: Double? = null, middle: Double? = null, upper: Double? = null, ymin: Double? = null, ymax: Double? = null, alpha: Number? = null, color: Any? = null, fill: Any? = null, size: Number? = null, linetype: Any? = null, shape: Any? = null, width: Any? = null, weight: Any? = null, outlierColor: Any? = null, outlierFill: Any? = null, outlierShape: Any? = null, outlierSize: Number? = null, fatten: Number? = null, varWidth: Boolean? = null, coef: Number? = null, mapping: BoxplotMapping.() -> Unit = {})

Properties

alpha

val alpha: Number?

coef

val coef: Number?

color

val color: Any?

fatten

val fatten: Number?

fill

val fill: Any?

linetype

val linetype: Any?

lower

val lower: Double?

middle

val middle: Double?

outlierColor

val outlierColor: Any?

outlierFill

val outlierFill: Any?

outlierShape

val outlierShape: Any?

outlierSize

val outlierSize: Number?

shape

val shape: Any?

size

val size: Number?

upper

val upper: Double?

varWidth

val varWidth: Boolean?

weight

val weight: Any?

width

val width: Any?

x

val x: Double?

y

val y: Double?

ymax

val ymax: Double?

ymin

val ymin: Double?

Functions

seal

fun seal(): Options

Extension Functions

toSpec

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