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