pub fn plot3<X, XE, Y, YE, Z, ZE>(x: X, y: Y, z: Z) -> Plot3where
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.