diff options
author | Thomas White <taw@physics.org> | 2011-01-12 11:20:40 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:10 +0100 |
commit | ed164b18762123785502c8a06e5b51ac60a9a48a (patch) | |
tree | 3105e1dea7f0c217593ad3d2e0c81f2dd670c5fb | |
parent | 626dc51d6cd6236f430a27dd8407d1b7682825e7 (diff) |
Correct y axis label in compare-hkl.gp
-rw-r--r-- | scripts/compare-hkl.gp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/compare-hkl.gp b/scripts/compare-hkl.gp index 4c92f87c..71ad9a4e 100644 --- a/scripts/compare-hkl.gp +++ b/scripts/compare-hkl.gp @@ -1,4 +1,4 @@ -set ylabel "R ignoring -ve ints (%) [blue]" +set ylabel "R ( sum(|I1-kI2|) / sum(I1) ) (%) [blue]" set ytics nomirror set yrange [0:120] #set y2range [0:50000] |