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