pub fn boxplot<I, J>(data: I) -> Boxplotwhere I: IntoIterator<Item = J>, J: IntoIterator<Item = f64>,
Create a new Boxplot with no options.
Boxplot