I have a data file that I plot using
plot 'data.dat' u 1:2 smooth csplines
and I want to reuse this function to get the ratio with another data file function. The x points for the two functions are different so I need to have the smoothed function with the entire information over any x-point to construct the ratio at an arbitrary x. Is possible to define the plotted smoothed function as a function over reals?