pub fn scatter_plot_with_size( points: &[(f64, f64)], xlim: (f64, f64), ylim: (f64, f64), width: usize, height: usize, size: usize, ) -> Image
Creates a scatter-plot image with a configurable marker size.