pub fn hist<I>(data: I) -> Histwhere I: IntoIterator<Item = f64>,
Create a new Hist with no options.
Hist