Gnuplots now don't steal focus.

This commit is contained in:
Greenscreener 2019-07-15 19:19:24 +02:00
parent 32ec341f29
commit a6376c3e04
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"