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