Function scatter3_data

Source
pub fn scatter3_data<I>(data: I) -> Scatter3
where I: IntoIterator<Item = (f64, f64, f64)>,
Expand description

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