From c307b4a7c0ea1b56925893edb41ce1225c25f1db Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Tue, 3 Aug 2021 17:06:27 +0200 Subject: Some new data --- ising_scaling.tex | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'ising_scaling.tex') diff --git a/ising_scaling.tex b/ising_scaling.tex index cdeff80..bfa67fb 100644 --- a/ising_scaling.tex +++ b/ising_scaling.tex @@ -712,17 +712,13 @@ The scaling function has a number of free parameters: the position $\theta_c$ of dat1 = 'data/glow_series_numeric.dat' dat2 = 'data/glow_series_ours_0.dat' dat3 = 'data/glow_series_caselle.dat' - ratLast(x) = (back2 = back1, back1 = x, back1 / back2) - back1 = 0 back2 = 0 - - set xrange [0:0.55] - set yrange [0:10] - set xlabel '$1/n$' + set xrange [0:0.55] set ylabel '$\mathcal F_n/\mathcal F_{n-1}$' + set yrange [0:10] plot \ dat1 using (1/$1):(abs(ratLast($2))) title 'Numeric', \ -- cgit v1.2.3-54-g00ecf