yrange 0.3
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 19 Jan 2021 10:33:16 +0000 (11:33 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 19 Jan 2021 10:33:16 +0000 (11:33 +0100)
gnuplot/template.gnuplot

index b472df4..687df7d 100644 (file)
@@ -22,7 +22,7 @@ set key outside tmargin center
 
 set format x ""
 #set format y "%.2f"
-set yrange [ -0.2 : 0.2 ]
+set yrange [ -0.3 : 0.3 ]
 
 #set arrow 1 from first,3 to last,3 nohead linestyle rgb "#ff0000"
 
@@ -41,7 +41,7 @@ set linetype 99 lc 'red'
 #plot "axes.txt" using 1:2 with lines title "X angle", "" using 1:(3) with dots notitle, "" using 1:(-3) with dots notitle
 
 set ylabel "X degrees"
-plot "axes.txt" using 1:2:(abs($2) < 0.2 ? 1: 99) with lines lc variable notitle
+plot "axes.txt" using 1:2:(abs($2) < 0.3 ? 1: 99) with lines lc variable notitle
 # http://gnuplot-surprising.blogspot.com/2011/09/gnuplot-background-image.html
 #'/home/dpavlin/zc/www/logo-color.png' binary filetype=png origin=(0,0)  dx=0.5 dy=0.5 with rgbimage notitle
 
@@ -51,7 +51,7 @@ plot "axes.txt" using 1:2:(abs($2) < 0.2 ? 1: 99) with lines lc variable notitle
 set tmargin 0
 
 set ylabel "Y degrees"
-plot "axes.txt" using 1:3:(abs($3) < 0.2 ? 2: 99) with lines lc variable notitle
+plot "axes.txt" using 1:3:(abs($3) < 0.3 ? 2: 99) with lines lc variable notitle
 #, "" using 1:(3) with dots notitle, "" using 1:(-3) with dots notitle
 
 set tmargin 0