From f18c2b124885a1ba7ed3ebd263da4679c2efed4e Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 9 May 2018 18:01:34 -0400 Subject: final changes before submission --- figs/fig_correlation_collapse-hL.gplot | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'figs/fig_correlation_collapse-hL.gplot') diff --git a/figs/fig_correlation_collapse-hL.gplot b/figs/fig_correlation_collapse-hL.gplot index 1c3be1e..fb2f93a 100644 --- a/figs/fig_correlation_collapse-hL.gplot +++ b/figs/fig_correlation_collapse-hL.gplot @@ -10,7 +10,7 @@ cc6 = "#c56e1a" set palette model RGB defined ( 8 cc1, 16 cc2, 32 cc3, 64 cc4, 128 cc5, 256 cc6 ) -data = "data/correlation.dat" +dataIsing2D = "data/autocorrelation.dat" set logscale xy set xrange [0.0005:200000] @@ -22,5 +22,11 @@ set nokey set ytics 0.1,0.1,1.2 unset colorbox -plot data using 2:3:4:1 with yerrorbars pt 0 lw 2 palette, 10**(-0.13) * x**(-0.3 * 8 / 15) lc black +betaIsing2D = 1.0 / 8.0 +nuIsing2D = 1.0 +deltaIsing2D = 15.0 +gammaIsing2D = 7.0 / 4.0 +zIsing2D = 0.30 + +plot dataIsing2D using ($3/$2 * exp(log($1) * betaIsing2D * deltaIsing2D / nuIsing2D)):($4 * exp(-log($1) * zIsing2D)):($5 * exp(-log($1) * zIsing2D)):1 with yerrorbars pt 0 lw 2 palette, dataIsing2D using ($3/$2 * exp(log($1) * betaIsing2D * deltaIsing2D / nuIsing2D)):($4 * exp(-log($1) * zIsing2D)):1 with lines palette, 1.0 * exp(- log(x) * zIsing2D * nuIsing2D / betaIsing2D / deltaIsing2D) with lines lc black -- cgit v1.2.3-54-g00ecf