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.