pub fn point_cloud_from_matrix( points: Vec<Vec<f64>>, ) -> Result<PointCloudPlot, String>
Create point cloud from matrix data