]> rtime.felk.cvut.cz Git - can-benchmark.git/commitdiff
Plot vcan graph with the same point types as in the corresponding vcans graph
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 17 Dec 2010 21:04:56 +0000 (22:04 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 17 Dec 2010 21:04:56 +0000 (22:04 +0100)
gw-tests/vcan.sh

index c87ebaf51533238fa91a54ebf2ecf4d62b8c5884..5a14f5afd394821828ecc9a827921c2d37f1a00d 100755 (executable)
@@ -39,7 +39,7 @@ plot [$range] [1:$COUNT] \\
 EOF
     lt=2
     for i in $numjobs; do
-       echo_plot "\"hops$i-hist.txt\" with lp lt $lt title \"$((i+2)) GW jobs, 1 vcan\""
+       echo_plot "\"hops$i-hist.txt\" with lp lt $lt pt $lt title \"$((i+2)) GW jobs, 1 vcan\""
         lt=$((lt+1))
     done
 }