I have the same file with two columns $1 time and $2 ecentricity. The problem is, if I plot
p "k2c.aei" u 1:3 w l since I have almost a million points this looks very messy, so I used "every 100" before "u" then if I instead "every 500" the overall shape of the graph changes dramatically!
For instance, when I use every 100 I get something like a sin/cos but for every 500 I get something expoential...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have the same file with two columns $1 time and $2 ecentricity. The problem is, if I plot
p "k2c.aei" u 1:3 w l since I have almost a million points this looks very messy, so I used "every 100" before "u" then if I instead "every 500" the overall shape of the graph changes dramatically!
For instance, when I use every 100 I get something like a sin/cos but for every 500 I get something expoential...