pub fn line_plot_with_width( points: &[(f64, f64)], xlim: (f64, f64), ylim: (f64, f64), width: usize, height: usize, line_width: usize, ) -> Image
Creates a line plot with a configurable stroke width.