scatter3

Function scatter3 

Source
pub fn scatter3(
    x: Vec<f64>,
    y: Vec<f64>,
    z: Vec<f64>,
) -> Result<PointCloudPlot, String>
Expand description

Create a 3D scatter plot (equivalent to MATLAB’s scatter3(x, y, z))