pub fn draw_multi_vec_charts( filename: &str, plot_name: &str, vecs: Vec<(RGBColor, Vec<f32>)> )
Draw multiple vectors as line charts.