Scipy doc people,
in http://docs.scipy.org/doc/scipy/reference/tutorial/interpolate.html#d-example
last updated Oct 08
the two 1d plots
Interpolation using univariate spline
Interpolation using RBF - multiquadrics
look rather similar, hmm
- plt.plot(xi, yi, 'g')
+ plt.plot(xi, fi, 'g')
cheers
-- denis