Skip to main content

series_points

Function series_points 

Source
fn series_points<T>(data: &[T]) -> Vec<(f64, f64)>
where T: Copy + Into<f64>,