From e92d30a52be9486179654453be270134be40a826 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 3 Apr 2015 17:02:18 -0700 Subject: scripts/plot-detector-shift: Remove silly vertical line --- scripts/plot-detector-shift | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts') diff --git a/scripts/plot-detector-shift b/scripts/plot-detector-shift index f1933346..3e191943 100755 --- a/scripts/plot-detector-shift +++ b/scripts/plot-detector-shift @@ -6,8 +6,6 @@ grep "predict_refine/det_shift" $INFILE > plotme.dat gnuplot -persist << EOF set xlabel "x shift / mm" set ylabel "y shift / mm" -set grid x2tics -set x2tics 10 lw 2 lc 0 plot "plotme.dat" using 4:7 replot 0 lw 2 lc 0 EOF -- cgit v1.2.3