Is there a way to get access to the data points from the interpolation function?
from scipy import interpolate x = np.arange(0, 10) y = np.exp(-x/3.0) f = interpo