diff options
author | Thomas White <taw@physics.org> | 2015-06-25 17:57:10 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-06-25 18:20:01 +0200 |
commit | 849ba7c62e2ae83ed8d4240cbbca769429d7d3bf (patch) | |
tree | 8f61ebaad2cd4085090853789900ace37e0aebf9 | |
parent | 0a7dcfd71ae2c267ac748c43637e27aef403db7e (diff) |
scripts/plot-predict-refine: Fix pointless line
-rwxr-xr-x | scripts/plot-predict-refine | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/plot-predict-refine b/scripts/plot-predict-refine index 5af7b39c..68baffdc 100755 --- a/scripts/plot-predict-refine +++ b/scripts/plot-predict-refine @@ -8,5 +8,4 @@ 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 |