Box Plot
Signature
sp.boxplot(title, labels=None, values=None, *, variant="basic", series=None, **kwargs) -> Chart
Description
sp.boxplot() is the unified entry point for the entire box-plot family. The variant keyword selects the rendering strategy — every other argument stays consistent across variants. Quartiles, 1.5×IQR whiskers and outliers are computed in pure Rust without NumPy or pandas.
Variants
Parameters
Returns
Chart — object with .html property and .show() method.
Preview
Preview
Preview
Preview
Preview
Preview
Preview
Preview
Preview
Preview