summaryrefslogtreecommitdiff
path: root/figs/fig_correlation_collapse-hL.gplot
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-05-09 18:01:34 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-05-09 18:01:34 -0400
commitf18c2b124885a1ba7ed3ebd263da4679c2efed4e (patch)
tree92bd63216df3cf68e5bc6b20e14fc48e4ddb6481 /figs/fig_correlation_collapse-hL.gplot
parent3902c90c737febdd0a501a8762e2ab4e4d1a6513 (diff)
downloadPRE_98_063306-f18c2b124885a1ba7ed3ebd263da4679c2efed4e.tar.gz
PRE_98_063306-f18c2b124885a1ba7ed3ebd263da4679c2efed4e.tar.bz2
PRE_98_063306-f18c2b124885a1ba7ed3ebd263da4679c2efed4e.zip
final changes before submissionarxiv_v1
Diffstat (limited to 'figs/fig_correlation_collapse-hL.gplot')
-rw-r--r--figs/fig_correlation_collapse-hL.gplot10
1 files changed, 8 insertions, 2 deletions
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