From 45cccbb6eabd01d89451da6a1310586800570869 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 17 Nov 2010 14:36:03 +0100 Subject: Add Gnuplot scripts --- scripts/compare-hkl.gp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 scripts/compare-hkl.gp (limited to 'scripts/compare-hkl.gp') diff --git a/scripts/compare-hkl.gp b/scripts/compare-hkl.gp new file mode 100644 index 00000000..4c92f87c --- /dev/null +++ b/scripts/compare-hkl.gp @@ -0,0 +1,9 @@ +set ylabel "R ignoring -ve ints (%) [blue]" +set ytics nomirror +set yrange [0:120] +#set y2range [0:50000] +#set xrange [0.1:1.15] +unset key +#set y2tics +set xlabel "Resolution (one over d) (1/nm)" +plot "shells.dat" using 1:2 w l lw 3 lc 3 axis x1y1 -- cgit v1.2.3