Skip to main content

histogram_svg

Function histogram_svg 

Source
pub fn histogram_svg(
    values: &[f64],
    path: &Path,
    title: &str,
    x_label: &str,
) -> Result<(), Box<dyn Error>>