Wiki » History » Version 3
Matthieu Herrb, 2014-12-10 18:45
typo
1 | 1 | Matthieu Herrb | h1. multicat test program |
---|---|---|---|
2 | |||
3 | h2. Plotting results |
||
4 | |||
5 | 3 | Matthieu Herrb | * transit time |
6 | 2 | Matthieu Herrb | <pre> |
7 | plot 'log.txt' using 0:($1-$2) with dots |
||
8 | </pre> |
||
9 | |||
10 | * arrival time dispersion |
||
11 | 1 | Matthieu Herrb | <pre> |
12 | y0=1418230726.639991522 |
||
13 | plot 'log.txt' using 0:(dy=$1-y0,y0=$1,dy) with dots |
||
14 | </pre> |