I have a pure 1D list of any sample values and want to plot the time curve of them. How do I scale the x axis to secs, knowing the time interval and total duration? I have
set xdata time
set timefmt "%s"
set trange [0 : 3.5]
plot 'some.dat' using ??? with lines
What is missing? How are the parameters for using? Thanks in advance.