Function boxplot

Source
pub fn boxplot<I, J>(data: I) -> Boxplot
where I: IntoIterator<Item = J>, J: IntoIterator<Item = f64>,
Expand description

Create a new Boxplot with no options.