pub fn hist2d<X, Y>(x: X, y: Y) -> Hist2dwhere X: IntoIterator<Item = f64>, Y: IntoIterator<Item = f64>,
Create a new Hist2d with no options.
Hist2d