summaryrefslogtreecommitdiff
path: root/figs/fig_correlation.gplot
diff options
context:
space:
mode:
Diffstat (limited to 'figs/fig_correlation.gplot')
-rw-r--r--figs/fig_correlation.gplot63
1 files changed, 63 insertions, 0 deletions
diff --git a/figs/fig_correlation.gplot b/figs/fig_correlation.gplot
new file mode 100644
index 0000000..e671943
--- /dev/null
+++ b/figs/fig_correlation.gplot
@@ -0,0 +1,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"