From: Tomas Mudrunka Date: Thu, 2 Aug 2012 19:50:48 +0000 (+0200) Subject: sleepplot stepping fixed X-Git-Url: http://git.harvie.cz/?a=commitdiff_plain;h=6cb3a3168affb5fe9225d6b9c82fcd9ddbb85095;p=mirrors%2FPrograms.git sleepplot stepping fixed --- diff --git a/c/goertzel/sleepplot.sh b/c/goertzel/sleepplot.sh index 09fd050..b8cf54c 100755 --- a/c/goertzel/sleepplot.sh +++ b/c/goertzel/sleepplot.sh @@ -29,7 +29,7 @@ set timefmt "%s" set grid #set pointsize 0.5 -plot "$1" using 2:5 with histeps; +plot "$1" using 2:5 with steps; EOF