Skip to main content

plot3

Function plot3 

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

Create a new Plot3 with no options.