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