diff options
author | Thomas White <taw@physics.org> | 2015-04-17 11:11:01 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-04-20 15:50:41 +0200 |
commit | 1f83bf629093e45c2c16d91b9947158127265a86 (patch) | |
tree | 4054b031684a0414a47b8bb60e9c396181106703 /scripts/plot-predict-refine | |
parent | 55e593d3402861c127cbd96de9e36c85b45bf96f (diff) |
Add a simple rejection criterion to the prediction refinement
Diffstat (limited to 'scripts/plot-predict-refine')
-rwxr-xr-x | scripts/plot-predict-refine | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/plot-predict-refine b/scripts/plot-predict-refine index 68baffdc..5af7b39c 100755 --- a/scripts/plot-predict-refine +++ b/scripts/plot-predict-refine @@ -8,4 +8,5 @@ set xlabel "Profile radius before refinement / nm^-1" set ylabel "Profile radius after refinement / nm^-1" plot "plotme.dat" using 4:7 replot x +replot 1.2*x EOF |