From 291938ceaf4d89b92bded5af193d7b7072fb57ec Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 28 Nov 2018 08:33:27 -0500 Subject: changed figures to screenshot pngs for publication, added first two proof responses --- figs/fig_cluster-scaling.gplot | 14 +++++++------- figs/fig_correlation-times.gplot | 12 ++++++------ figs/fig_harmonic-susceptibilities.gplot | 6 +++--- 3 files changed, 16 insertions(+), 16 deletions(-) (limited to 'figs') diff --git a/figs/fig_cluster-scaling.gplot b/figs/fig_cluster-scaling.gplot index d22be31..921e2ce 100644 --- a/figs/fig_cluster-scaling.gplot +++ b/figs/fig_cluster-scaling.gplot @@ -69,7 +69,7 @@ unset colorbox set nokey set logscale xy -scaledylabel = '"$\\avg{s_{\\text{\\sc 1c}}}L^{-D\\gamma/\\nu}$" offset 2,0' +scaledylabel = '"$\\langle s_{\\textsc{\\scriptsize 1c}}L^{-D\\gamma/\\nu}\\rangle$" offset 2,0' # plotting the first row set format x "" @@ -80,7 +80,7 @@ set ylabel @scaledylabel set xrange @isingRange set yrange [0.8:6] -set title '\twodee Ising' offset -6.5,-2.5 +set title '(a) \textsc{2d} Ising' offset -6,-2.5 plot dataIsing2D using (column("H")/column("T") * exp(log(column("L")) * betaIsing2D * deltaIsing2D / nuIsing2D)):(column("S") * exp(-log(column("L")) * (gammaIsing2D / nuIsing2D))):(column("dS") * exp(-log(column("L")) * (gammaIsing2D / nuIsing2D))):1 with yerrorbars pt 0 lw 2 palette,\ dataIsing2D using (column("H")/column("T") * exp(log(column("L")) * betaIsing2D * deltaIsing2D / nuIsing2D)):(column("S") * exp(-log(column("L")) * (gammaIsing2D / nuIsing2D))):1 with lines palette,\ @@ -92,7 +92,7 @@ unset ylabel set xrange @pottsRange set yrange [0.9:6] -set title '\twodee 3-State Potts' offset -4,-2.5 +set title '(c) \textsc{2d} 3-State Potts' offset -3.5,-2.5 set key above center vertical maxrows 1 @@ -114,7 +114,7 @@ unset key set xrange @vectorRange set yrange [0.2:80] -set title '\threedee O(2)' offset -6.5,-2.5 +set title '(e) \textsc{3d} O(2)' offset -6,-2.5 plot data2Vector3D using (column("H")/column("T") * exp(log(column("L")) * beta2Vector3D * delta2Vector3D / nu2Vector3D)):(column("S") * exp(-log(column("L")) * (gamma2Vector3D / nu2Vector3D))):(column("dS") * exp(-log(column("L")) * (gamma2Vector3D / nu2Vector3D))):1 with yerrorbars pt 0 lw 2 palette,\ data2Vector3D using (column("H")/column("T") * exp(log(column("L")) * beta2Vector3D * delta2Vector3D / nu2Vector3D)):(column("S") * exp(-log(column("L")) * (gamma2Vector3D / nu2Vector3D))):1 with lines palette,\ @@ -129,7 +129,7 @@ set ylabel @scaledylabel set xrange @isingRange set yrange [0.5:200] -set title '\threedee Ising' offset -6.5,-2.5 +set title '(b) \textsc{3d} Ising' offset -6,-2.5 plot dataIsing3D using (column("H")/column("T") * exp(log(column("L")) * betaIsing3D * deltaIsing3D / nuIsing3D)):(column("S") * exp(-log(column("L")) * (gammaIsing3D / nuIsing3D))):(column("dS") * exp(-log(column("L")) * (gammaIsing3D / nuIsing3D))):1 with yerrorbars pt 0 lw 2 palette,\ dataIsing3D using (column("H")/column("T") * exp(log(column("L")) * betaIsing3D * deltaIsing3D / nuIsing3D)):(column("S") * exp(-log(column("L")) * (gammaIsing3D / nuIsing3D))):1 with lines palette,\ @@ -141,7 +141,7 @@ unset ylabel set xrange @pottsRange set yrange [0.8:6] -set title '\twodee 4-State Potts' offset -4,-2.5 +set title '(d) \textsc{2d} 4-State Potts' offset -3.5,-2.5 plot data4Potts2D using (column("H")/column("T") * exp(log(column("L")) * beta4Potts2D * delta4Potts2D / nu4Potts2D)):(column("S") * exp(-log(column("L")) * (gamma4Potts2D / nu4Potts2D))):(column("dS") * exp(-log(column("L")) * (gamma4Potts2D / nu4Potts2D))):1 with yerrorbars pt 0 lw 2 palette,\ data4Potts2D using (column("H")/column("T") * exp(log(column("L")) * beta4Potts2D * delta4Potts2D / nu4Potts2D)):(column("S") * exp(-log(column("L")) * (gamma4Potts2D / nu4Potts2D))):1 with lines palette,\ @@ -151,7 +151,7 @@ plot data4Potts2D using (column("H")/column("T") * exp(log(column("L")) * beta4P set xrange @vectorRange set yrange [0.3:100] -set title '\threedee O(3)' offset -6.5,-2.5 +set title '(f) \textsc{3d} O(3)' offset -6,-2.5 plot data3Vector3D using (column("H")/column("T") * exp(log(column("L")) * beta3Vector3D * delta3Vector3D / nu3Vector3D)):(column("S") * exp(-log(column("L")) * (gamma3Vector3D / nu3Vector3D))):(column("dS") * exp(-log(column("L")) * (gamma3Vector3D / nu3Vector3D))):1 with yerrorbars pt 0 lw 2 palette,\ data3Vector3D using (column("H")/column("T") * exp(log(column("L")) * beta3Vector3D * delta3Vector3D / nu3Vector3D)):(column("S") * exp(-log(column("L")) * (gamma3Vector3D / nu3Vector3D))):1 with lines palette,\ diff --git a/figs/fig_correlation-times.gplot b/figs/fig_correlation-times.gplot index 6415279..28da0ad 100644 --- a/figs/fig_correlation-times.gplot +++ b/figs/fig_correlation-times.gplot @@ -86,7 +86,7 @@ set ylabel @scaledylabel set xrange @isingRange set yrange [0.2:1.2] -set title '\twodee Ising' offset -6.5,-8 +set title '(a) \twodee Ising' offset -6,-8 plot dataIsing2D using (column("H")/column("T") * exp(log(column("L")) * betaIsing2D * deltaIsing2D / nuIsing2D)):(column("t") * column("S") * exp(-log(column("L")) * (zIsing2D + 2))):(sqrt((column("dt")/column("t"))**2 + (column("dS")/column("S"))**2) * column("t") * column("S") * exp(-log(column("L")) * (zIsing2D + 2))):1 with yerrorbars pt 0 lw 2 palette,\ dataIsing2D using (column("H")/column("T") * exp(log(column("L")) * betaIsing2D * deltaIsing2D / nuIsing2D)):(column("t") * column("S") * exp(-log(column("L")) * (zIsing2D + 2))):1 with lines palette,\ @@ -98,7 +98,7 @@ unset ylabel set xrange @pottsRange set yrange [0.07:2] -set title '\twodee 3-State Potts' offset -4,-8 +set title '(c) \twodee 3-State Potts' offset -3.5,-8 set key above center vertical maxrows 1 @@ -120,7 +120,7 @@ unset key set xrange @vectorRange set yrange [0.7:2] -set title '\threedee O(2)' offset -6.5,-8 +set title '(e) \threedee O(2)' offset -6,-8 plot data2Vector3D using (column("H")/column("T") * exp(log(column("L")) * beta2Vector3D * delta2Vector3D / nu2Vector3D)):(column("t") * column("S") * exp(-log(column("L")) * (z2Vector3D + 3))):(sqrt((column("dt")/column("t"))**2 + (column("dS")/column("S"))**2) * column("t") * column("S") * exp(-log(column("L")) * (z2Vector3D + 3))):1 with yerrorbars pt 0 lw 2 palette,\ data2Vector3D using (column("H")/column("T") * exp(log(column("L")) * beta2Vector3D * delta2Vector3D / nu2Vector3D)):(column("t") * column("S") * exp(-log(column("L")) * (z2Vector3D + 3))):1 with lines palette,\ @@ -135,7 +135,7 @@ set ylabel @scaledylabel set xrange @isingRange set yrange [0.2:1] -set title '\threedee Ising' offset -6.5,-8 +set title '(b) \threedee Ising' offset -6,-8 plot dataIsing3D using (column("H")/column("T") * exp(log(column("L")) * betaIsing3D * deltaIsing3D / nuIsing3D)):(column("t") * column("S") * exp(-log(column("L")) * (zIsing3D + 3))):(sqrt((column("dt")/column("t"))**2 + (column("dS")/column("S"))**2) * column("t") * column("S") * exp(-log(column("L")) * (zIsing3D + 3))):1 with yerrorbars pt 0 lw 2 palette,\ dataIsing3D using (column("H")/column("T") * exp(log(column("L")) * betaIsing3D * deltaIsing3D / nuIsing3D)):(column("t") * column("S") * exp(-log(column("L")) * (zIsing3D + 3))):1 with lines palette,\ @@ -147,7 +147,7 @@ unset ylabel set xrange @pottsRange set yrange [0.009:3] -set title '\twodee 4-State Potts' offset -4,-8 +set title '(d) \twodee 4-State Potts' offset -3.5,-8 plot data4Potts2D using (column("H")/column("T") * exp(log(column("L")) * beta4Potts2D * delta4Potts2D / nu4Potts2D)):(column("t") * column("S") * exp(-log(column("L")) * (z4Potts2D + 2))):(sqrt((column("dt")/column("t"))**2 + (column("dS")/column("S"))**2) * column("t") * column("S") * exp(-log(column("L")) * (z4Potts2D + 2))):1 with yerrorbars pt 0 lw 2 palette,\ data4Potts2D using (column("H")/column("T") * exp(log(column("L")) * beta4Potts2D * delta4Potts2D / nu4Potts2D)):(column("t") * column("S") * exp(-log(column("L")) * (z4Potts2D + 2))):1 with lines palette,\ @@ -157,7 +157,7 @@ plot data4Potts2D using (column("H")/column("T") * exp(log(column("L")) * beta4P set xrange @vectorRange set yrange [0.9:5] -set title '\threedee O(3)' offset -6.5,-8 +set title '(f) \threedee O(3)' offset -6,-8 plot data3Vector3D using (column("H")/column("T") * exp(log(column("L")) * beta3Vector3D * delta3Vector3D / nu3Vector3D)):(column("t") * column("S") * exp(-log(column("L")) * (z3Vector3D + 3))):(sqrt((column("dt")/column("t"))**2 + (column("dS")/column("S"))**2) * column("t") * column("S") * exp(-log(column("L")) * (z3Vector3D + 3))):1 with yerrorbars pt 0 lw 2 palette,\ data3Vector3D using (column("H")/column("T") * exp(log(column("L")) * beta3Vector3D * delta3Vector3D / nu3Vector3D)):(column("t") * column("S") * exp(-log(column("L")) * (z3Vector3D + 3))):1 with lines palette,\ diff --git a/figs/fig_harmonic-susceptibilities.gplot b/figs/fig_harmonic-susceptibilities.gplot index 1b65a88..3d180ff 100644 --- a/figs/fig_harmonic-susceptibilities.gplot +++ b/figs/fig_harmonic-susceptibilities.gplot @@ -23,18 +23,18 @@ unset xlabel set ylabel '$\chi$' offset 3 set format x '' -set title "fourfold symmetric" offset -9, -3 +set title "(a) fourfold symmetric" offset -8, -3 plot data4 using "L":"X":"dX":"H" with yerrorbars pt 0 lw 2 palette,\ data4 using "L":"X":"H" with lines palette set xlabel '$L$' set colorbox horizontal user origin 0.15, 0.89 size 0.84, 0.03 -set cblabel '(Top) $h_4$ or (bottom) $h_6$' offset 0,6.5 +set cblabel '(a) $h_4$ or (b) $h_6$' offset 0,6.5 set cbtics format '$10^{%T}$' offset 0,2.8 set format x -set title "sixfold symmetric" offset -9, -3 +set title "(b) sixfold symmetric" offset -8, -3 plot data6 using "L":"X":"dX":"H" with yerrorbars pt 0 lw 2 palette,\ data6 using "L":"X":"H" with lines palette -- cgit v1.2.3-70-g09d2