Project

General

Profile

Wiki » History » Version 1

Matthieu Herrb, 2014-12-10 18:28
gnuplot instructions

1 1 Matthieu Herrb
h1. multicat test program
2
3
h2. Plotting results
4
5
<pre>
6
y0=1418230726.639991522
7
plot 'log.txt' using 0:(dy=$1-y0,y0=$1,dy) with dots
8
</pre>