Wiki » History » Revision 2
Revision 1 (Matthieu Herrb, 2014-12-10 18:28) → Revision 2/3 (Matthieu Herrb, 2014-12-10 18:31)
h1. multicat test program h2. Plotting results * transtit time <pre> plot 'log.txt' using 0:($1-$2) with dots </pre> * arrival time dispersion <pre> y0=1418230726.639991522 plot 'log.txt' using 0:(dy=$1-y0,y0=$1,dy) with dots </pre>