From 6cb3a3168affb5fe9225d6b9c82fcd9ddbb85095 Mon Sep 17 00:00:00 2001 From: Tomas Mudrunka Date: Thu, 2 Aug 2012 21:50:48 +0200 Subject: [PATCH] sleepplot stepping fixed --- c/goertzel/sleepplot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2