Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
PyInterp
Light Logo Dark Logo
  • Changelog
  • Installing the library
    • Building
    • Setup with pip
    • Setup with Anaconda
  • Example Gallery
    • Descriptive Statistics
    • Numpy date utilities
    • 4D interpolation
    • Create interpolator objects
    • 3D interpolation
    • Axis
    • Interpolation of LLC4320 ocean model
    • 2D interpolation
    • Binning
    • Unstructured grid
    • Fill NaN values
    • Orbit Interpolation
    • Time series
    • Geohash
    • Geodetic
  • API Documentation
  • Core API Documentation
Back to top
View this page

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.

Next
pyinterp.core.Histogram2DFloat32.quantile
Previous
pyinterp.core.Histogram2DFloat32.min
Copyright © (2025, CNES/CLS)
Made with Sphinx and @pradyunsg's Furo
On this page
  • pyinterp.core.Histogram2DFloat32.push
    • Histogram2DFloat32.push()