资 源 简 介
The griddata module provides a single function, griddata, which
behaves much the same as the matlab version. Here is the docstring:
zi = griddata(x,y,z,xi,yi,**kwargs)
fits a surface of the form z = f(x,y) to the data in the (usually) nonuniformly spaced vectors (x,y,z).