From 99913db8c908f9a2f836155697e8a4b0b8571827 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Thu, 28 Oct 2021 13:05:02 +0200 Subject: Added uncertainty to difference plot. --- ising_scaling.tex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ising_scaling.tex') diff --git a/ising_scaling.tex b/ising_scaling.tex index fb697d8..fc9e8aa 100644 --- a/ising_scaling.tex +++ b/ising_scaling.tex @@ -854,15 +854,15 @@ values at the critical isotherm, or $\theta=1$. set ylabel '$|\Delta\mathcal F_0^{(m)}|$' set yrange [0.000000005:0.0005] - set style data linespoints + set style data yerrorlines set key title '\raisebox{0.5em}{$m$}' bottom left plot \ - dat using 1:2 title '0', \ - dat using 1:3 title '1', \ - dat using 1:4 title '2', \ - dat using 1:5 title '3', \ - dat using 1:6 title '4' + dat using 1:2:3 title '0', \ + dat using 1:4:5 title '1', \ + dat using 1:6:7 title '2', \ + dat using 1:8:9 title '3', \ + dat using 1:10:11 title '4' \end{gnuplot} \caption{ The error in the $m$th derivative of the scaling function $\mathcal F_0$ -- cgit v1.2.3-70-g09d2