matplotlib::commands

Function errorbar2_data

source
pub fn errorbar2_data<I>(data: I) -> Errorbar2
where I: IntoIterator<Item = (f64, f64, f64, f64)>,
Expand description

Create a new Errorbar2 with no options from a single iterator.