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,
) -> ImageExpand description
Creates a line plot with explicit pixel insets and stroke width.