[][src]Type Definition ndhistogram::Hist2D

type Hist2D<X, Y, V = f64> = VecHistogram<AxesTuple<(X, Y)>, V>;

Type alias for 2D Histograms returned by ndhistogram.