Function contour

Source
pub fn contour<X, Y, ZI, ZJ>(x: X, y: Y, z: ZI) -> Contour
where X: IntoIterator<Item = f64>, Y: IntoIterator<Item = f64>, ZI: IntoIterator<Item = ZJ>, ZJ: IntoIterator<Item = f64>,
Expand description

Create a new Contour with no options.