Skip to main content

vector_map_svg

Function vector_map_svg 

Source
pub fn vector_map_svg(
    positions: &[(f64, f64)],
    vectors: &[(f64, f64)],
    path: &Path,
    title: &str,
    x_label: &str,
    y_label: &str,
    scale: f64,
) -> Result<(), Box<dyn Error>>