pub fn errorbar2_data<I>(data: I) -> Errorbar2where I: IntoIterator<Item = (f64, f64, f64, f64)>,
Create a new Errorbar2 with no options from a single iterator.
Errorbar2