plot-api / jetbrains.letsPlot.intern.layer.geom / BoxplotAesthetics

BoxplotAesthetics

interface BoxplotAesthetics : OptionsCapsule

Properties

alpha

abstract val alpha: Any?

color

abstract val color: Any?

fill

abstract val fill: Any?

linetype

abstract val linetype: Any?

lower

abstract val lower: Any?

middle

abstract val middle: Any?

shape

abstract val shape: Any?

size

abstract val size: Any?

upper

abstract val upper: Any?

width

abstract val width: Any?

x

abstract val x: Any?

ymax

abstract val ymax: Any?

ymin

abstract val ymin: Any?

Functions

seal

open fun seal(): Options

Inheritors

BoxplotMapping

class BoxplotMapping : BoxplotAesthetics, WithGroupOption

geom_boxplot

Add box plot.

class geom_boxplot : BoxplotAesthetics, BoxplotParameters, LayerBase