Gnuplots now don't steal focus.
This commit is contained in:
parent
32ec341f29
commit
a6376c3e04
@ -2,7 +2,7 @@
|
||||
|
||||
for i in 1
|
||||
do
|
||||
printf "plot 'speedplot.dat' using 1:2 with lines title 'Current speed', '' using 1:3 with lines title 'Average speed'\n";
|
||||
printf "plot 'speedplot.dat' using 1:2 with lines title 'Current speed', '' using 1:3 with lines title 'Average speed'\nset terminal qt noraise\n";
|
||||
while true
|
||||
do
|
||||
printf "set autoscale xy\n"
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
for i in 1
|
||||
do
|
||||
printf "plot 'speedplot.dat' using 1:2 with lines title 'Current speed', '' using 1:3 with lines title 'Avergage speed'\n";
|
||||
printf "plot 'speedplot.dat' using 1:2 with lines title 'Current speed', '' using 1:3 with lines title 'Avergage speed'\nset terminal qt noraise\n";
|
||||
while true
|
||||
do
|
||||
printf "set autoscale y\n"
|
||||
|
Loading…
Reference in New Issue
Block a user