pub fn scatter3( x: Vec<f64>, y: Vec<f64>, z: Vec<f64>, ) -> Result<PointCloudPlot, String>
Create a 3D scatter plot (equivalent to MATLAB’s scatter3(x, y, z))
scatter3(x, y, z)