Skip to main content

Module boxplot

Module boxplot 

Source
Expand description

Box plot builder methods.

Provides a fluent builder API for configuring BoxPlotArtist instances. Each method returns &mut Self, allowing calls to be chained together for concise, readable chart construction.

Structs§

BoxStats
Summary statistics for a single group in a box plot.

Functions§

compute_stats
Computes box plot statistics for a single dataset.