tweak yticks, draw lines
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 9 Jul 2022 17:10:44 +0000 (19:10 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 12 Sep 2022 10:38:02 +0000 (12:38 +0200)
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
 
 }