pub fn bar<X, Y>(x: X, y: Y) -> Barwhere X: IntoIterator<Item = f64>, Y: IntoIterator<Item = f64>,
Create a new Bar with no options.
Bar