From d319d40a8341ea2bf1c544687932ff7745c8239d Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 17 Dec 2010 22:04:56 +0100 Subject: [PATCH 1/1] Plot vcan graph with the same point types as in the corresponding vcans graph --- gw-tests/vcan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.39.2