matplotlib::commands

Function errorbar

source
pub fn errorbar<X, Y, E>(x: X, y: Y, e: E) -> Errorbar
where X: IntoIterator<Item = f64>, Y: IntoIterator<Item = f64>, E: IntoIterator<Item = f64>,
Expand description

Create a new Errorbar with no options.