Skip to main content

scatter_plot

Function scatter_plot 

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

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