aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/Rsplit_surface2
-rw-r--r--scripts/Rsplit_surface.py2
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 = []