pyinterp.Histogram2D.push¶ Histogram2D.push(x: NDArray, y: NDArray, z: NDArray) → None[source]¶ Push new samples into the defined bins. Parameters: x – X coordinates of the samples. y – Y coordinates of the samples. z – New samples to push into the defined bins.