Skip to main content

line_plot_with_width

Function line_plot_with_width 

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

Creates a line plot with a configurable stroke width.