pub type Hist2D<X, Y, V = f64> = VecHistogram<AxesTuple<(X, Y)>, V>;Expand description
Type alias for 2D Histograms returned by ndhistogram.
Aliased Typeยง
pub struct Hist2D<X, Y, V = f64> { /* private fields */ }pub type Hist2D<X, Y, V = f64> = VecHistogram<AxesTuple<(X, Y)>, V>;Type alias for 2D Histograms returned by ndhistogram.
pub struct Hist2D<X, Y, V = f64> { /* private fields */ }