Added titles to graphs.

This commit is contained in:
Greenscreener 2019-06-21 15:51:14 +02:00
parent 91e7eb8865
commit 32ec341f29
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
for i in 1 for i in 1
do 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 while true
do do
printf "set autoscale xy\n" printf "set autoscale xy\n"

View File

@ -2,7 +2,7 @@
for i in 1 for i in 1
do 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 while true
do do
printf "set autoscale y\n" printf "set autoscale y\n"