Skip to main content

hist2d

Function hist2d 

Source
pub fn hist2d<X, XE, Y, YE>(x: X, y: Y) -> Hist2d
where X: IntoIterator<Item = XE>, XE: Real, Y: IntoIterator<Item = YE>, YE: Real,
Expand description

Create a new Hist2d with no options.