Function bar_pairs

Source
pub fn bar_pairs<I>(data: I) -> Bar
where I: IntoIterator<Item = (f64, f64)>,
Expand description

Create a new Bar with options from a single iterator.