]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - gw-tests/vcan.sh
Plot vcan graph with the same point types as in the corresponding vcans graph
[can-benchmark.git] / 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
 }