pub fn plot_bar( labels: &[String], values: &[f64], path: &str, _options: PlotOptions, ) -> Result<(), String>
Create a bar chart - unified pipeline