pub fn prep_data<'a>( histo: &'a Hist1D<Uniform<f32>>, labels: &'a Vec<String>, spacing: usize, remove_uf: bool, ) -> Vec<(&'a str, u64)>
Prepare data for histogram widget