pyinterp.core.Histogram2DFloat64.push¶
- Histogram2DFloat64.push(self: pyinterp.core.Histogram2DFloat64, x: Annotated[numpy.typing.ArrayLike, numpy.float64], y: Annotated[numpy.typing.ArrayLike, numpy.float64], z: Annotated[numpy.typing.ArrayLike, numpy.float64]) 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.