pyinterp.core.Histogram2DFloat32.push¶
- Histogram2DFloat32.push(self: pyinterp.core.Histogram2DFloat32, x: numpy.ndarray[numpy.float32], y: numpy.ndarray[numpy.float32], z: numpy.ndarray[numpy.float32]) None ¶
Push new samples into the defined bins.
- Parameters:
x – X coordinates of the values to push.
y – Y coordinates of the values to push.
z – New samples to push.