[SciPy-user] Dose the interpolation functions exist in Python or Scipy module?
Anne Archibald
peridot.faceted at gmail.com
Fri Apr 13 17:58:38 EDT 2007
On 13/04/07, Xiaojian Wang <wangxj.uc at gmail.com> wrote:
> Hi, Dose the interpolation function library exist in Python or Scipy
> module?,
> I want to generate a surface with known points in 3D, such as using
> bi-cubic spline etc. I did it in F77 long time ago.
There is a library, scipy.interpolate, which provides access to many
interpolation functions, and in particular cubic (and I think bicubic)
splines. Be aware that it sometimes defaults to smoothing splines
rather than strictly interpolating splines.
Anne M. Archibald
More information about the SciPy-User
mailing list