diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2021-10-21 13:25:06 +0200 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2021-10-21 13:25:06 +0200 |
commit | b22d44038e8f8be61f7f3784e0eb1d85959f45c5 (patch) | |
tree | 4ceafacd97532c6cf4a0ea5e38525da1812fa39b /ising_scaling.tex | |
parent | 5bbd8f57914a81da6ae740dfe6b85e2811b64b32 (diff) | |
download | paper-b22d44038e8f8be61f7f3784e0eb1d85959f45c5.tar.gz paper-b22d44038e8f8be61f7f3784e0eb1d85959f45c5.tar.bz2 paper-b22d44038e8f8be61f7f3784e0eb1d85959f45c5.zip |
Tweak.
Diffstat (limited to 'ising_scaling.tex')
-rw-r--r-- | ising_scaling.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ising_scaling.tex b/ising_scaling.tex index ab6d1d0..7c61ca0 100644 --- a/ising_scaling.tex +++ b/ising_scaling.tex @@ -770,7 +770,7 @@ accuracy of the fit results can be checked against the known values here. plot \ dat1 using 1:(abs($2)) title 'Numeric' with yerrorbars, \ - dat2 using 1:(abs($2)) title 'Ours ($n=0$)', \ + dat2 using 1:(abs($2)) title 'Ours ($n=2$)', \ dat3 using 1:(abs($2)) title 'Caselle' \end{gnuplot} \caption{ @@ -792,7 +792,7 @@ accuracy of the fit results can be checked against the known values here. plot \ dat1 using (1/$1):(abs(ratLast($2))) title 'Numeric', \ - dat2 using (1/$1):(abs(ratLast($2))) title 'Ours ($n=0$)', \ + dat2 using (1/$1):(abs(ratLast($2))) title 'Ours ($n=2$)', \ dat3 using (1/$1):(abs(ratLast($2))) title 'Caselle' \end{gnuplot} \caption{ |