in plot-api/src/commonMain/kotlin/org/jetbrains/letsPlot/geom/geom_boxplot.kt [121:167]
fun geomBoxplot(
data: Map<*, *>? = null,
stat: StatOptions = Stat.boxplot(),
position: PosOptions = positionDodge(),
showLegend: Boolean = true,
inheritAes: Boolean? = null,
manualKey: Any? = null,
tooltips: TooltipOptions? = null,
orientation: String? = null,
x: Number? = null,
y: Number? = null,
lower: Number? = null,
middle: Number? = null,
upper: Number? = null,
ymin: Number? = null,
ymax: Number? = null,
xlower: Number? = null,
xmiddle: Number? = null,
xupper: Number? = null,
xmin: Number? = null,
xmax: Number? = null,
alpha: Number? = null,
color: Any? = null,
fill: Any? = null,
size: Number? = null,
stroke: Number? = null,
angle: Number? = null,
linetype: Any? = null,
shape: Any? = null,
width: Any? = null,
weight: Any? = null,
outlierAlpha: Number? = null,
outlierColor: Any? = null,
outlierFill: Any? = null,
outlierShape: Any? = null,
outlierSize: Number? = null,
outlierStroke: Number? = null,
outlierAngle: Number? = null,
fatten: Number? = null,
whiskerWidth: Number? = null,
varWidth: Boolean? = null,
@Suppress("SpellCheckingInspection")
coef: Number? = null,
widthUnit: String? = null,
colorBy: String? = null,
fillBy: String? = null,
mapping: BoxplotMapping .() -> Unit = {}