pub fn plot_line( xs: &[f64], ys: &[f64], path: &str, _options: PlotOptions, ) -> Result<(), String>
Create a line plot - unified pipeline