aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-04-03 17:02:18 -0700
committerThomas White <taw@physics.org>2015-04-20 15:50:40 +0200
commite92d30a52be9486179654453be270134be40a826 (patch)
tree276b1ce1d7be46b28c5a1a829dca856adf5d8b7b /scripts
parentdc616f6b7e1c14b33330b8ba29d5797fb5d3f560 (diff)
scripts/plot-detector-shift: Remove silly vertical line
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