scatter3_with_values

Function scatter3_with_values 

Source
pub fn scatter3_with_values(
    x: Vec<f64>,
    y: Vec<f64>,
    z: Vec<f64>,
    values: Vec<f64>,
    colormap: &str,
) -> Result<PointCloudPlot, String>
Expand description

Create scatter3 with values for color mapping