Skip to main content

scatter_plot_with_size

Function scatter_plot_with_size 

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

Creates a scatter-plot image with a configurable marker size.