gnuplot cleanup
authorTomas Mudrunka <tomas@mudrunka.cz>
Thu, 2 Aug 2012 22:05:24 +0000 (00:05 +0200)
committerTomas Mudrunka <tomas@mudrunka.cz>
Thu, 2 Aug 2012 22:05:24 +0000 (00:05 +0200)
c/goertzel/sleepplot.sh

index 45e80949fd230cc14c9359a70680f79c682dba79..cd4452e113b0308a5ba93e53540013be0c043608 100755 (executable)
@@ -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
 
This page took 0.131645 seconds and 4 git commands to generate.