diff options
-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{ |