plotnine.stat_boxplot

stat_boxplot(mapping=None, data=None, **kwargs)

Compute boxplot statistics

{usage}

Parameters

coef : float = 1.5

Length of the whiskers as a multiple of the Interquartile Range.

See Also

geom_boxplot

The default geom for this stat.