diff options
author | Thomas White <taw@physics.org> | 2013-09-17 17:13:10 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-09-17 17:13:10 +0200 |
commit | c922fc1bc1fdad83bfd00e17f134b8d9a05884db (patch) | |
tree | 9011c59928c5e8c538f2e6bb2c96b1a01ac8e117 | |
parent | 8b85d0d4f941870f463214a5ead5d84c60779a16 (diff) |
Tweak Rsplit_surface
-rwxr-xr-x | scripts/Rsplit_surface | 2 | ||||
-rw-r--r-- | scripts/Rsplit_surface.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Rsplit_surface b/scripts/Rsplit_surface index 3cd22d67..0b4030ee 100755 --- a/scripts/Rsplit_surface +++ b/scripts/Rsplit_surface @@ -39,7 +39,7 @@ fi python clean-stream.py $filename clean.stream filename=clean.stream -LIMIT=3 +LIMIT=10 for ((a=1; a <= LIMIT ; a++)) do diff --git a/scripts/Rsplit_surface.py b/scripts/Rsplit_surface.py index ae4e01ac..f50e0fd7 100644 --- a/scripts/Rsplit_surface.py +++ b/scripts/Rsplit_surface.py @@ -82,7 +82,7 @@ cm = ax.pcolormesh(X, Y, Z, cmap = plt.get_cmap('spectral'), vmin=0, vmax=100) plt.title(r"$R_{split}$ surface for %s data $N_0$ = %d" % (data_name, N0), fontsize=16) -ax.set_xlabel(r"1/d", fontsize=16) +ax.set_xlabel(r"1/d / nm^-1", fontsize=16) ax.set_ylabel(r"Number of patterns", fontsize=16) ypoints = [50000,40000,30000,20000,10000,9000,8000,7000,6000,5000,4000,3000,2000,1000,900,800,700,600,500,400,300,200,100] temp = [] |