create_line_plot

Function create_line_plot 

Source
pub fn create_line_plot(
    x_data: &[f64],
    y_data: &[f64],
    color: Vec4,
) -> Vec<Vertex>
Expand description

Create vertices for a parametric line plot