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