Interpolate the function.
x : 1D array
x-coordinates of the mesh on which to interpolate.
y : 1D array
y-coordinates of the mesh on which to interpolate.
dx : int >= 0, < kx
Order of partial derivatives in x.
dy : int >= 0, < ky
Order of partial derivatives in y.
z : 2D array with shape (len(y), len(x))
The interpolated values.
scipy.interpolate.interp2d
scipy.interpolate.UnivariateSpline
Enter search terms or a module, class or function name.