sleepplot stepping fixed
authorTomas Mudrunka <tomas@mudrunka.cz>
Thu, 2 Aug 2012 19:50:48 +0000 (21:50 +0200)
committerTomas Mudrunka <tomas@mudrunka.cz>
Thu, 2 Aug 2012 19:50:48 +0000 (21:50 +0200)
c/goertzel/sleepplot.sh

index 09fd050ccab6659a384d199a84569c4e5c528265..b8cf54ce3d978521edd547f8dcb4bd967d9905d0 100755 (executable)
@@ -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
 
This page took 0.10331 seconds and 4 git commands to generate.