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