pub fn xy_plot_terminal( points: &[(f64, f64)], title: &str, x_label: &str, y_label: &str, ) -> String