Function histogram

Source
pub fn histogram<U>(x: Vec<U>, bins: Option<u32>) -> String
where U: ToString,