]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
Change abck to lines from steps
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 12 Apr 2010 12:08:44 +0000 (14:08 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 12 Apr 2010 12:08:44 +0000 (14:08 +0200)
tests/00-rtt.sh

index f20a4147fc84d85bd9a16c082d2eeffb6b639593..84cfbadc13c0ca769b4bbb9c711ac144c10bc129 100755 (executable)
@@ -16,8 +16,8 @@ set logscale y
 set grid
 set xlabel "Time [ms]"
 set ylabel "Latency profile [messages]"
 set grid
 set xlabel "Time [ms]"
 set ylabel "Latency profile [messages]"
-plot [0:] "socketcan-1000.dat" with steps title "Socketcan",\
-              "lincan-1000.dat" with steps title "Lincan"
+plot [0:] "socketcan-1000.dat" with lp title "Socketcan",\
+              "lincan-1000.dat" with lp title "Lincan"
 EOF
 }
 
 EOF
 }