X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/3aeb8e6d6a3282dd119abd34db21663877bd44b1..d319d40a8341ea2bf1c544687932ff7745c8239d:/gw-tests/vcan.sh diff --git a/gw-tests/vcan.sh b/gw-tests/vcan.sh index c87ebaf..5a14f5a 100755 --- a/gw-tests/vcan.sh +++ b/gw-tests/vcan.sh @@ -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 }