Added titles to graphs.
This commit is contained in:
parent
91e7eb8865
commit
32ec341f29
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user