remove explicit voltage ticks
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 7 Jan 2021 14:06:01 +0000 (15:06 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 7 Jan 2021 14:06:01 +0000 (15:06 +0100)
gnuplot/template.gnuplot

index 3038cf7..b472df4 100644 (file)
@@ -71,7 +71,7 @@ if ( voltage ) {
        set format x "%H:%M\n%d.%m."
 
        set ylabel "V"
-       set ytics 0.1 
+       #set ytics 0.1 
 
        plot "axes.txt" using 1:5 with dots lc 'red' notitle