Skip to main content

line_plot_with_width_and_inset

Function line_plot_with_width_and_inset 

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

Creates a line plot with explicit pixel insets and stroke width.