From f18c2b124885a1ba7ed3ebd263da4679c2efed4e Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Wed, 9 May 2018 18:01:34 -0400 Subject: final changes before submission --- figs/fig_clusters_ising2d.gplot | 13 ++++++++----- figs/fig_correlation_collapse-hL.gplot | 10 ++++++++-- 2 files changed, 16 insertions(+), 7 deletions(-) (limited to 'figs') diff --git a/figs/fig_clusters_ising2d.gplot b/figs/fig_clusters_ising2d.gplot index cfbc7c9..61172db 100644 --- a/figs/fig_clusters_ising2d.gplot +++ b/figs/fig_clusters_ising2d.gplot @@ -23,7 +23,7 @@ set xrange [0.000005:12000000] set multiplot layout 2,3 -set size 0.36, 0.5 +set size 0.38, 0.5 dataIsing2D = "data/cluster-size/cluster-size_ising2d.dat" @@ -41,6 +41,8 @@ gammaIsing2D = 7.0 / 4.0 plot dataIsing2D using ($3/$2 * exp(log($1) * betaIsing2D * deltaIsing2D / nuIsing2D)):($4 * exp(-log($1) * gammaIsing2D / nuIsing2D)):($5 * exp(-log($1) * gammaIsing2D/nuIsing2D)):1 with yerrorbars pt 0 lw 2 palette, dataIsing2D using ($3/$2 * exp(log($1) * betaIsing2D * deltaIsing2D / nuIsing2D)):($4 * exp(-log($1) * gammaIsing2D / nuIsing2D)):1 with lines palette, 1.5 * exp(log(x) * 2 / deltaIsing2D) with lines lc black unset label +set origin 0.35, 0.5 +set size 0.35, 0.5 data3Potts2D = "data/cluster-size/cluster-size_3potts2d.dat" @@ -60,7 +62,7 @@ gamma3Potts2D = 13.0 / 9.0 plot data3Potts2D using ($3/$2 * exp(log($1) * beta3Potts2D * delta3Potts2D / nu3Potts2D)):($4 * exp(-log($1) * gamma3Potts2D / nu3Potts2D)):($5 * exp(-log($1) * gamma3Potts2D/nu3Potts2D)):1 with yerrorbars pt 0 lw 2 palette, data3Potts2D using ($3/$2 * exp(log($1) * beta3Potts2D * delta3Potts2D / nu3Potts2D)):($4 * exp(-log($1) * gamma3Potts2D / nu3Potts2D)):1 with lines palette, 1.2 * exp(log(x) * 2 / delta3Potts2D) with lines lc black unset label -set size 0.36, 0.5 +set size 0.38, 0.5 data2Vector3D = "data/cluster-size/cluster-size_2vector3d.dat" @@ -79,7 +81,7 @@ plot data2Vector3D using ($3/$2 * exp(log($1) * beta2Vector3D * delta2Vector3D / unset label set origin -0.05,0.0 -set size 0.41, 0.55 +set size 0.43, 0.55 dataIsing3D = "data/cluster-size/cluster-size_ising3d.dat" @@ -101,7 +103,8 @@ plot dataIsing3D using ($3/$2 * exp(log($1) * betaIsing3D * deltaIsing3D / nuIsi unset label unset ylabel -set size 0.333, 0.55 +set origin 0.35, 0 +set size 0.35, 0.55 data4Potts2D = "data/cluster-size/cluster-size_4potts2d.dat" @@ -118,7 +121,7 @@ gamma4Potts2D = 7.0 / 6.0 plot data4Potts2D using ($3/$2 * exp(log($1) * beta4Potts2D * delta4Potts2D / nu4Potts2D)):($4 * exp(-log($1) * gamma4Potts2D / nu4Potts2D)):($5 * exp(-log($1) * gamma4Potts2D/nu4Potts2D)):1 with yerrorbars pt 0 lw 2 palette, data4Potts2D using ($3/$2 * exp(log($1) * beta4Potts2D * delta4Potts2D / nu4Potts2D)):($4 * exp(-log($1) * gamma4Potts2D / nu4Potts2D)):1 with lines palette, 1.2 * exp(log(x) * 2 / delta4Potts2D) with lines lc black unset label -set size 0.36, 0.55 +set size 0.38, 0.55 data3Vector3D = "data/cluster-size/cluster-size_3vector3d.dat" 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 -- cgit v1.2.3-54-g00ecf