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

BoxplotParameters

interface BoxplotParameters : OptionsCapsule

Properties

fatten

abstract val fatten: Number?

outlierColor

abstract val outlierColor: Any?

outlierFill

abstract val outlierFill: Any?

outlierShape

abstract val outlierShape: Any?

outlierSize

abstract val outlierSize: Number?

Functions

seal

open fun seal(): Options

Inheritors

geom_boxplot

Display the distribution of data based on a five number summary ("minimum", first quartile (Q1), median, third quartile (Q3), and "maximum"), and "outlying" points individually.

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

stat_boxplot

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