summaryrefslogtreecommitdiff
path: root/figs/fig_correlation_collapse-hL.gplot
blob: fb2f93a76a1d7b02d34892ee75b2169f3e0c782b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32

set terminal pslatex rotate size 3.417,2.111

cc1 = "#5e81b5"
cc2 = "#e19c24"
cc3 = "#8fb032"
cc4 = "#eb6235"
cc5 = "#8778b3"
cc6 = "#c56e1a"

set palette model RGB defined ( 8 cc1, 16 cc2, 32 cc3, 64 cc4, 128 cc5, 256 cc6  )

dataIsing2D = "data/autocorrelation.dat"

set logscale xy
set xrange [0.0005:200000]
set ylabel offset 1.5,0 '$\tau L^{-z}$'
set xlabel '$hL^{\beta\delta/\nu}$'
set format x '$10^{%T}$'
set yrange [0.08:1.1]
set nokey
set ytics 0.1,0.1,1.2
unset colorbox

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