pub fn barh_pairs<I>(data: I) -> BarHwhere I: IntoIterator<Item = (f64, f64)>,
Create a new BarH with options from a single iterator.
BarH