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>>