pub fn create_line_plot( x_data: &[f64], y_data: &[f64], color: Vec4, ) -> Vec<Vertex>
Create vertices for a parametric line plot