pub fn plot_score_histogram( scores: &Vec<f64>, labels: &Vec<i32>, title: &str, x_title: &str, ) -> Result<Plot, String>
Plot a histogram of the scores for the targets and decoys