From 8898d8986b3111d88968bb3da4a88c6de5c47a65 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Thu, 7 Jan 2021 15:06:01 +0100 Subject: [PATCH] remove explicit voltage ticks --- gnuplot/template.gnuplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnuplot/template.gnuplot b/gnuplot/template.gnuplot index 3038cf7..b472df4 100644 --- a/gnuplot/template.gnuplot +++ b/gnuplot/template.gnuplot @@ -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 -- 2.20.1