Function bar

Source
pub fn bar<X, Y>(x: X, y: Y) -> Bar
where X: IntoIterator<Item = f64>, Y: IntoIterator<Item = f64>,
Expand description

Create a new Bar with no options.