From 32ec341f2942f809d08c20366a903bff72ef068c Mon Sep 17 00:00:00 2001 From: Greenscreener Date: Fri, 21 Jun 2019 15:51:14 +0200 Subject: [PATCH] Added titles to graphs. --- plotting/speedplot.sh | 2 +- plotting/speedplot1.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"