pub fn scatter_plot( points: &[(f64, f64)], xlim: (f64, f64), ylim: (f64, f64), width: usize, height: usize, ) -> Image
Creates a scatter-plot image from a point list and explicit axis limits.