pub fn scatter3_with_values( x: Vec<f64>, y: Vec<f64>, z: Vec<f64>, values: Vec<f64>, colormap: &str, ) -> Result<PointCloudPlot, String>
Create scatter3 with values for color mapping