X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=c%2Fgoertzel%2Fsleepplot.sh;h=6622035f740f5e4eefa7ddf94cae5c6e1ef0b9c1;hb=42643d9f77b84cdd0b1395da5de16595c16cc331;hp=6d682a8337d7adbd4c6502098fa7a6eb0c781a67;hpb=5769d767657e8177d9c18fb5349d74626dd4768a;p=mirrors%2FPrograms.git diff --git a/c/goertzel/sleepplot.sh b/c/goertzel/sleepplot.sh index 6d682a8..6622035 100755 --- a/c/goertzel/sleepplot.sh +++ b/c/goertzel/sleepplot.sh @@ -34,9 +34,9 @@ set grid #set pointsize 0.5 plot\ "$in" using 2:5 title "Sensor state" with steps,\ -"" using 2:(\$6*3) title "Avg. 10s" with lines,\ +"" using 2:(\$6*2) title "Avg. 10s" with lines,\ "" using 2:(\$7*3) title "Avg. 30s" with lines,\ -"" using 2:(\$8*3) title "Avg. 120s" smooth bezier\ +"" using 2:(\$8*4) title "Avg. 120s" smooth bezier\ EOF