Function plot3

Source
pub fn plot3<X, Y, Z>(x: X, y: Y, z: Z) -> Plot3
where X: IntoIterator<Item = f64>, Y: IntoIterator<Item = f64>, Z: IntoIterator<Item = f64>,
Expand description

Create a new Plot3 with no options.