summaryrefslogtreecommitdiff
path: root/figs
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-03-29 13:31:29 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-03-29 13:31:29 -0400
commit5cbe90854d1b3d784f956e3005e84b18cde9aeaa (patch)
treeb36f757a592599703b5e9e9259c858ca9c496649 /figs
parenteb526148d370b2fbe96d3b049840c09a2ce44bf2 (diff)
downloadPRE_98_063306-5cbe90854d1b3d784f956e3005e84b18cde9aeaa.tar.gz
PRE_98_063306-5cbe90854d1b3d784f956e3005e84b18cde9aeaa.tar.bz2
PRE_98_063306-5cbe90854d1b3d784f956e3005e84b18cde9aeaa.zip
lots of changes
Diffstat (limited to 'figs')
-rw-r--r--figs/fig_correlation-temp.gplot29
-rw-r--r--figs/fig_correlation_collapse-hL.gplot12
-rw-r--r--figs/fig_metastable.gplot26
3 files changed, 62 insertions, 5 deletions
diff --git a/figs/fig_correlation-temp.gplot b/figs/fig_correlation-temp.gplot
new file mode 100644
index 0000000..d765605
--- /dev/null
+++ b/figs/fig_correlation-temp.gplot
@@ -0,0 +1,29 @@
+
+set terminal pslatex rotate size 3.417,2.111
+
+cc1 = "#5e81b5"
+cc2 = "#e19c24"
+cc3 = "#8fb032"
+cc4 = "#eb6235"
+cc5 = "#8778b3"
+cc6 = "#c56e1a"
+cc7 = "#5d9ec7"
+cc8 = "#ffbf00"
+cc9 = "#a5609d"
+cc0 = "#929600"
+
+set palette model RGB defined ( 2.169185314213022 cc1, 2.179185314213022 cc2, 2.189185314213022 cc3, 2.199185314213022 cc4, 2.209185314213022 cc5, 2.2191853142130222 cc6, 2.229185314213022 cc7, 2.2391853142130222 cc8, 2.249185314213022 cc9, 2.2591853142130223 cc0 )
+
+data = "data/correlation_temp.dat"
+
+set logscale x
+set xrange [0.001:2000]
+set ylabel offset 1.5,0 '$\tau t^z$'
+set xlabel '$ht^{-\beta\delta}$'
+set format x '$10^{%T}$'
+set yrange [0.1:0.55]
+set nokey
+unset colorbox
+
+plot data using 2:3:4:1 with yerrorbars pt 0 lw 2 palette
+
diff --git a/figs/fig_correlation_collapse-hL.gplot b/figs/fig_correlation_collapse-hL.gplot
index d028dbc..bfda33f 100644
--- a/figs/fig_correlation_collapse-hL.gplot
+++ b/figs/fig_correlation_collapse-hL.gplot
@@ -5,20 +5,22 @@ cc1 = "#5e81b5"
cc2 = "#e19c24"
cc3 = "#8fb032"
cc4 = "#eb6235"
+cc5 = "#8778b3"
+cc6 = "#c56e1a"
-set palette model RGB defined ( 16 cc1, 32 cc2, 64 cc3, 128 cc4 )
+set palette model RGB defined ( 8 cc1, 16 cc2, 32 cc3, 64 cc4, 128 cc5, 256 cc6 )
-data = "figs/fig_correlation_data_collapse-hL.dat"
+data = "data/correlation.dat"
set logscale xy
set xrange [0.0005:200000]
set ylabel offset 1.5,0 '$\tau L^{-z}$'
set xlabel '$hL^{-\beta\delta/\nu}$'
set format x '$10^{%T}$'
-set yrange [0.09:0.8]
+set yrange [0.08:1.1]
set nokey
-set ytics 0.1,0.1,0.6
+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.28 * 8 / 15) lc black
+plot data using 2:3:4:1 with yerrorbars pt 0 lw 2 palette, 10**(-0.13) * x**(-0.3 * 8 / 15) lc black
diff --git a/figs/fig_metastable.gplot b/figs/fig_metastable.gplot
new file mode 100644
index 0000000..97f4c58
--- /dev/null
+++ b/figs/fig_metastable.gplot
@@ -0,0 +1,26 @@
+
+set terminal pslatex rotate size 3.417,2.111
+
+cc1 = "#5e81b5"
+cc2 = "#e19c24"
+cc3 = "#8fb032"
+cc4 = "#eb6235"
+
+set palette model RGB defined ( 0.5 cc1, 1 cc2, 2 cc3, 4 cc4 )
+
+rawdata = "data/metastable_raw.dat"
+funcdata = "data/metastable_func.dat"
+
+set xrange [-0.5:0.5]
+set ylabel offset 1.5,0 '$\chi t^\gamma$'
+set xlabel '$ht^{-\beta\delta}$'
+set rmargin 1
+set lmargin 8
+set bmargin 2
+set yrange [0:0.04]
+set nokey
+set yzeroaxis
+unset colorbox
+
+plot rawdata using 2:3:4:1 with yerrorbars pt 0 lw 2 palette, funcdata with lines lw 2 lc black
+