Skip to main content

Module violin_plot

Module violin_plot 

Source
Expand description

Violin plot series — a mirrored KDE outline, optionally with an embedded box plot, built on crate::stats::kde and reusing BoxPlot’s geometry.

Structs§

ViolinPlot
A single violin at one coordinate on the category axis.
ViolinPlotSeries
A group of violins laid out side by side — mirrors BoxPlotSeries.
ViolinStyle
Styling for a violin plot.