aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2015-04-05 10:08:21 -0700
committerThomas White <taw@physics.org>2015-04-20 15:50:40 +0200
commit5280efd92f6631bd7f700b370a86c2df61291afc (patch)
tree579997342688bbcd8a2b821c5eb3606928e5cae6 /scripts
parent6d17e30ee5af441a6951e0b691f557ce9845f751 (diff)
plot-detector-shift: More improvements
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/plot-detector-shift3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/plot-detector-shift b/scripts/plot-detector-shift
index ad649c99..a456b18c 100755
--- a/scripts/plot-detector-shift
+++ b/scripts/plot-detector-shift
@@ -8,7 +8,8 @@ gnuplot -persist << EOF
set xlabel "x shift / mm"
set ylabel "y shift / mm"
set size square
-plot [-1:1] [-1:1] "plotme.dat" using 4:7 title "Detector shifts"
+set grid
+plot [-2:2] [-2:2] "plotme.dat" using 4:7 title "Detector shifts"
replot "plotme2.dat" using 1:2 w p ps 4 pt 6 title "0,0"
EOF
rm -f plotme.dat plotme2.dat