summaryrefslogtreecommitdiff
path: root/ising_scaling.tex
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2021-08-03 17:06:27 +0200
committerJaron Kent-Dobias <jaron@kent-dobias.com>2021-08-03 17:06:27 +0200
commitc307b4a7c0ea1b56925893edb41ce1225c25f1db (patch)
treec790087a2d25eca32fcf66fe1bb7c257768e37f5 /ising_scaling.tex
parent98461302e3575af5541659f7e91f1d562d87c96f (diff)
downloadpaper-c307b4a7c0ea1b56925893edb41ce1225c25f1db.tar.gz
paper-c307b4a7c0ea1b56925893edb41ce1225c25f1db.tar.bz2
paper-c307b4a7c0ea1b56925893edb41ce1225c25f1db.zip
Some new data
Diffstat (limited to 'ising_scaling.tex')
-rw-r--r--ising_scaling.tex8
1 files changed, 2 insertions, 6 deletions
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', \