don't delete anything
[zc] / 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