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. --- data/phi_comparison.dat | 10 +++++----- ising_scaling.tex | 12 ++++++------ 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/data/phi_comparison.dat b/data/phi_comparison.dat index 7821568..a6b47df 100644 --- a/data/phi_comparison.dat +++ b/data/phi_comparison.dat @@ -1,5 +1,5 @@ -2 0.0002955829708120028 0.0002625212059513826 0.000028239602411814224 0.00008275586984924158 0.00005011431128301583 -3 0.00004906258666981245 0.00006482894953951934 0.000028531647414078987 6.68686237088878e-6 0.00001369543769757386 -4 2.148412799218846e-6 2.603799919176364e-6 6.527516478171957e-7 8.371111562578692e-7 7.601714303177897e-7 -5 7.595046134234451e-7 1.303033890176497e-6 8.262734071118327e-7 1.228725780497153e-8 3.3812614840688813e-7 -6 6.932139018367423e-8 1.2168572560700142e-7 7.317986536192755e-8 1.1355372860760715e-8 4.499344289949237e-8 \ No newline at end of file +2 0.0002955829708120028 0 0.0002625212059513826 0 0.000028239602411814224 2.e-12 0.00008275586984924158 2.e-11 0.00005011431128301583 1.e-10 0 +3 0.00004906258666981245 0 0.00006482894953951934 0 0.000028531647414078987 2.e-12 6.68686237088878e-6 2.e-11 0.00001369543769757386 1.e-10 0 +4 2.148412799218846e-6 0 2.603799919176364e-6 0 6.527516478171957e-7 2.e-12 8.371111562578692e-7 2.e-11 7.601714303177897e-7 1.e-10 0 +5 7.595046134234451e-7 0 1.303033890176497e-6 0 8.262734071118327e-7 2.e-12 1.228725780497153e-8 2.e-11 3.3812614840688813e-7 1.e-10 0 +6 6.932139018367423e-8 0 1.2168572560700142e-7 0 7.317986536192755e-8 2.e-12 1.1355372860760715e-8 2.e-11 4.499344289949237e-8 1.e-10 0 \ No newline at end of file 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-54-g00ecf