pub fn hist2d_pairs<I>(data: I) -> Hist2dwhere I: IntoIterator<Item = (f64, f64)>,
Create a new Hist2d with no options from a single iterator.
Hist2d