Does anybody know how to extract some data of smooth cspline curve for a given data?
For instance, there is a data file which has 2 columns corresponding to x and y values. I can draw the data with smooth cpline curve by the following commands
p 'data' w lp, "" smooth csplines
I want to extract the smooth cpline curve as an another data file.