pub fn errorbar<X, Y, E>(x: X, y: Y, e: E) -> Errorbarwhere X: IntoIterator<Item = f64>, Y: IntoIterator<Item = f64>, E: IntoIterator<Item = f64>,
Create a new Errorbar with no options.
Errorbar