X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/0e8f75354b8c2e957f9f617979f1e037bcfe69f5..1cb5e0dae569af23f7caacd5194297227e11887d:/tests/00-rtt.sh diff --git a/tests/00-rtt.sh b/tests/00-rtt.sh index 84cfbad..f20a414 100755 --- a/tests/00-rtt.sh +++ b/tests/00-rtt.sh @@ -16,8 +16,8 @@ set logscale y set grid set xlabel "Time [ms]" set ylabel "Latency profile [messages]" -plot [0:] "socketcan-1000.dat" with lp title "Socketcan",\ - "lincan-1000.dat" with lp title "Lincan" +plot [0:] "socketcan-1000.dat" with steps title "Socketcan",\ + "lincan-1000.dat" with steps title "Lincan" EOF }