Skip to main content

line_plot

Function line_plot 

Source
pub fn line_plot(
    points: &[(f64, f64)],
    xlim: (f64, f64),
    ylim: (f64, f64),
    width: usize,
    height: usize,
) -> Image
Expand description

Creates a line-plot image from a point list and explicit axis limits.