From: Michal Sojka Date: Fri, 17 Dec 2010 21:04:56 +0000 (+0100) Subject: Plot vcan graph with the same point types as in the corresponding vcans graph X-Git-Tag: fix-allnoconfig~199^2 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/commitdiff_plain/d319d40a8341ea2bf1c544687932ff7745c8239d?hp=3aeb8e6d6a3282dd119abd34db21663877bd44b1 Plot vcan graph with the same point types as in the corresponding vcans graph --- 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 }