From: Tomas Mudrunka Date: Thu, 2 Aug 2012 22:05:24 +0000 (+0200) Subject: gnuplot cleanup X-Git-Url: https://git.harvie.cz/?a=commitdiff_plain;h=f3fb07e2df25d839d5ffa8df0686a0ec355bbd11;p=mirrors%2FPrograms.git gnuplot cleanup --- diff --git a/c/goertzel/sleepplot.sh b/c/goertzel/sleepplot.sh index 45e8094..cd4452e 100755 --- a/c/goertzel/sleepplot.sh +++ b/c/goertzel/sleepplot.sh @@ -23,13 +23,10 @@ set xdata time set timefmt "%s" #set format x "%H:%M:%S" -#set y2tics 300 -#set ytics 5 - set grid #set pointsize 0.5 -plot "$1" using 2:5 with steps; +plot "$1" using 2:5 with steps EOF