Using fit in timeseries

Timeseries have their origin in the begining of the millenium, parameters in xdata time, can resolve the problem but not when you are using fit.

If you are going to use fit you should rescalate the variable:

y(x) = m*x/1e8+c
fit y(x) 'sprint039.csv' using 1 ...
more ...