From 1f83bf629093e45c2c16d91b9947158127265a86 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 17 Apr 2015 11:11:01 +0200 Subject: Add a simple rejection criterion to the prediction refinement --- scripts/plot-predict-refine | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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 -- cgit v1.2.3