aboutsummaryrefslogtreecommitdiff
path: root/scripts/check-hkl-completeness.gp
blob: 49994a1a73b62c000aab5f4ef8499e24e9a66426 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
set ylabel "Completeness [blue]"
set y2label "Reflections measured [red] Possible [pink]"
set ytics nomirror
set yrange [0:100]
#set y2range [0:10]
#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 1 axis x1y2, \
     "shells.dat" using 1:3 w l lw 3 lc 4 axis x1y2, \
     "shells.dat" using 1:4 w l lw 3 lc 3 axis x1y1