show xlabel, ylabel
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 6 Oct 2020 16:18:48 +0000 (18:18 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 6 Oct 2020 16:19:08 +0000 (18:19 +0200)
gnuplot/axes.gnuplot

index 264b772..4e29ccd 100644 (file)
@@ -16,6 +16,7 @@ set key outside tmargin center
 
 #set ylabel "°"
 #set ylabel "deg."
+set ylabel "degrees"
 
 set format x "%H:%M"
 
@@ -34,7 +35,8 @@ plot "axes.txt" using 1:2:(abs($2) < 3 ? 1: 99) with lines lc variable title "X
 
 set origin 0, 0
 
-#set xlabel "time"
+set xlabel "time"
 #plot "axes.txt" using 1:3 with lines title "Y angle", "" using 1:(3) with dots notitle, "" using 1:(-3) with dots notitle
 
 plot "axes.txt" using 1:3:(abs($3) < 3 ? 2: 99) with lines lc variable title "Y angle"
+#, "" using 1:(3) with dots notitle, "" using 1:(-3) with dots notitle