diff --git a/plotting/speedplot.sh b/plotting/speedplot.sh index bac253e..e98489c 100755 --- a/plotting/speedplot.sh +++ b/plotting/speedplot.sh @@ -2,7 +2,7 @@ for i in 1 do - printf "plot 'speedplot.dat' using 1:2 with lines, '' using 1:3 with lines\n"; + printf "plot 'speedplot.dat' using 1:2 with lines title 'Current speed', '' using 1:3 with lines title 'Average speed'\n"; while true do printf "set autoscale xy\n" diff --git a/plotting/speedplot1.sh b/plotting/speedplot1.sh index 281ad7d..fe0a36e 100755 --- a/plotting/speedplot1.sh +++ b/plotting/speedplot1.sh @@ -2,7 +2,7 @@ for i in 1 do - printf "plot 'speedplot.dat' using 1:2 with lines, '' using 1:3 with lines\n"; + printf "plot 'speedplot.dat' using 1:2 with lines title 'Current speed', '' using 1:3 with lines title 'Avergage speed'\n"; while true do printf "set autoscale y\n"