Function plot3_data

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

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