summaryrefslogtreecommitdiff
path: root/figs/fig_correlation.gplot
blob: e67194339b430a63cc4338b1126c7cbb68c40d82 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63

set terminal pslatex rotate size 3.417,6.333
set multiplot

cc1 = "#5e81b5"
cc2 = "#e19c24"
cc3 = "#8fb032"
cc4 = "#eb6235"

datawm = "figs/fig_correlation_data_w_med_32.dat"
datahm = "figs/fig_correlation_data_h_med_32.dat"
datamm = "figs/fig_correlation_data_m_med_32.dat"

datawh = "figs/fig_correlation_data_w_hig_32.dat"
datamh = "figs/fig_correlation_data_m_hig_32.dat"
datahh = "figs/fig_correlation_data_h_hig_32.dat"

datawl = "figs/fig_correlation_data_w_low_32.dat"
datahl = "figs/fig_correlation_data_h_low_32.dat"
dataml = "figs/fig_correlation_data_m_low_32.dat"

sizeone = 0.363

set logscale xy
set size 1,sizeone
set origin 0,0
set xrange [0.00001:8]
set lmargin 6
set bmargin -1
set rmargin 2
set ylabel offset 1.5,0 '$\tau/n$'
set xlabel '$\beta H$'
set format x '$10^{%T}$'
set yrange [0.4:300]
set nokey

plot \
  datawl with yerrorbars pt 0 lc rgb cc1 title "Wolff", \
  datahl with yerrorbars pt 0 lc rgb cc2 title "Hybrid", \
  dataml with yerrorbars pt 0 lc rgb cc3 title "Metropolis"

set origin 0,sizeone
set size 1,(1-sizeone)/2
set xtics format ''
set bmargin 0.2
set xlabel ''
set bmargin 0.2
set yrange [0.4:300]

plot \
  datawm with yerrorbars pt 0 lc rgb cc1, \
  datahm with yerrorbars pt 0 lc rgb cc2, \
  datamm with yerrorbars pt 0 lc rgb cc3

set origin 0,sizeone + (1 - sizeone) / 2
set xlabel ''
set key
set yrange [0.4:10]

plot \
  datawh with yerrorbars pt 0 lc rgb cc1 title "Wolff", \
  datahh with yerrorbars pt 0 lc rgb cc2 title "Hybrid Wolff/Metropolis", \
  datamh with yerrorbars pt 0 lc rgb cc3 title "Metropolis"