Expand description
Box-and-whisker plot series.
BoxPlot is a single composite element (rendered like plottersโ own
CandleStick); BoxPlotSeries lays several boxes out side by side. Both
plug straight into draw_series.
Structsยง
- BoxPlot
- A single box-and-whisker, positioned at one coordinate on the category axis.
- BoxPlot
Series - A group of boxes laid out side by side โ one per named sample โ since real use cases (one box per class/feature) always need several boxes on one chart, not a single isolated box.
- BoxStyle
- Visual styling for a box plot. Every field is overridable; the defaults are
a shared starting point (see
crate::style).