This is documentation for an old release of SciPy (version 0.10.1). Read this page in the documentation of the latest stable release (version 1.15.1).
Interpolate the function.
Parameters : | x : 1D array
y : 1D array
dx : int >= 0, < kx
dy : int >= 0, < ky
|
---|---|
Returns : | z : 2D array with shape (len(y), len(x))
|