aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/plot-detector-shift2
1 files changed, 0 insertions, 2 deletions
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