diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-10-20 12:31:59 -0400 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2018-10-20 12:31:59 -0400 |
commit | f7d35afdb1c2b15d14383e90626a8bd3a8e7e918 (patch) | |
tree | 7a1a25ead725ab6bd18a144c7b048f8c744fb55a /figs | |
parent | 8993b00b9e389e8cbfd571d5ddb76ba83ec3321c (diff) | |
download | PRE_98_063306-f7d35afdb1c2b15d14383e90626a8bd3a8e7e918.tar.gz PRE_98_063306-f7d35afdb1c2b15d14383e90626a8bd3a8e7e918.tar.bz2 PRE_98_063306-f7d35afdb1c2b15d14383e90626a8bd3a8e7e918.zip |
new data and tweaks to figure ranges
Diffstat (limited to 'figs')
-rw-r--r-- | figs/fig_correlation-times.gplot | 8 | ||||
-rw-r--r-- | figs/fig_harmonic-susceptibilities.gplot | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/figs/fig_correlation-times.gplot b/figs/fig_correlation-times.gplot index 74f99e7..6415279 100644 --- a/figs/fig_correlation-times.gplot +++ b/figs/fig_correlation-times.gplot @@ -96,7 +96,7 @@ unset ylabel # plotting 3 Potts 2D set xrange @pottsRange -set yrange [0.05:2] +set yrange [0.07:2] set title '\twodee 3-State Potts' offset -4,-8 @@ -118,7 +118,7 @@ unset key # plotting 2 Vector 3D set xrange @vectorRange -set yrange [0.4:2] +set yrange [0.7:2] set title '\threedee O(2)' offset -6.5,-8 @@ -145,7 +145,7 @@ unset ylabel # plotting 4 Potts 2D set xrange @pottsRange -set yrange [0.02:4] +set yrange [0.009:3] set title '\twodee 4-State Potts' offset -4,-8 @@ -155,7 +155,7 @@ plot data4Potts2D using (column("H")/column("T") * exp(log(column("L")) * beta4P # plotting 3 Vector 3D set xrange @vectorRange -set yrange [0.9:4] +set yrange [0.9:5] set title '\threedee O(3)' offset -6.5,-8 diff --git a/figs/fig_harmonic-susceptibilities.gplot b/figs/fig_harmonic-susceptibilities.gplot index cd68de5..1b65a88 100644 --- a/figs/fig_harmonic-susceptibilities.gplot +++ b/figs/fig_harmonic-susceptibilities.gplot @@ -11,7 +11,7 @@ set cbrange[STATS_min:STATS_max] set logscale xycb set nokey -set xrange [3:5000] +set xrange [3:3000] set yrange [0.005:20000] unset colorbox |