In the scipy.interpolate library, which functions are able to interpolate a set of data points X,Y, where X and Y are arrays, despite the presence of duplicated points in the X array?
Asked
Active
Viewed 1,309 times
2
-
1It sounds like you want to use parametric interpolation - see [Jaime's answer here](http://stackoverflow.com/questions/14344099/numpy-scipy-smooth-spline-representation-of-an-arbitrary-contour-flength) – ali_m Aug 13 '13 at 10:17