From: Dobrica Pavlinusic Date: Tue, 6 Oct 2020 16:18:48 +0000 (+0200) Subject: show xlabel, ylabel X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;ds=sidebyside;h=72ab52fb55562eb83df8395bd75c4df41edd9487;p=zc show xlabel, ylabel --- diff --git a/gnuplot/axes.gnuplot b/gnuplot/axes.gnuplot index 264b772..4e29ccd 100644 --- a/gnuplot/axes.gnuplot +++ b/gnuplot/axes.gnuplot @@ -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