tweak yticks, draw lines
[zc] / gnuplot / template.gnuplot
index 687df7d..0bc1644 100644 (file)
@@ -71,8 +71,8 @@ if ( voltage ) {
        set format x "%H:%M\n%d.%m."
 
        set ylabel "V"
-       #set ytics 0.1 
+       set ytics 0.05
 
-       plot "axes.txt" using 1:5 with dots lc 'red' notitle
+       plot "axes.txt" using 1:5 with lines lc 'red' notitle
 
 }