summaryrefslogtreecommitdiff
path: root/figs/fig_generator-times.gplot
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-09-24 15:27:05 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-09-24 15:27:05 -0400
commit1676b1bfc1544ba7049f198cb4ae75bea0513014 (patch)
tree0b66bf74271c6049bb7d7de86833de5ba3e6a789 /figs/fig_generator-times.gplot
parent240f82255f0570d07139daab702459ab0ea2fce9 (diff)
downloadPRE_98_063306-1676b1bfc1544ba7049f198cb4ae75bea0513014.tar.gz
PRE_98_063306-1676b1bfc1544ba7049f198cb4ae75bea0513014.tar.bz2
PRE_98_063306-1676b1bfc1544ba7049f198cb4ae75bea0513014.zip
many figure changes
Diffstat (limited to 'figs/fig_generator-times.gplot')
-rw-r--r--figs/fig_generator-times.gplot21
1 files changed, 21 insertions, 0 deletions
diff --git a/figs/fig_generator-times.gplot b/figs/fig_generator-times.gplot
new file mode 100644
index 0000000..34a44fd
--- /dev/null
+++ b/figs/fig_generator-times.gplot
@@ -0,0 +1,21 @@
+
+set term epslatex size 3.417, 2.3
+set output "fig_generator-times.tex"
+
+set logscale xy
+
+dataPlanarUni = "data/correlation-times/planar-uni.dat"
+dataPlanarPert = "data/correlation-times/planar-pert.dat"
+
+set nokey
+set size ratio 1 / 1.61803398875
+
+set xlabel '$|H|$'
+set ylabel "$\\avg{s_{\\text{\\sc 1c}}}\\tau$"
+
+set format x '$10^{%T}$'
+
+plot dataPlanarUni using (column("H")):((column("L") == 32 ? column("t") : 1/0) * column("S") * exp(-log(column("L")) * (2))):(sqrt((column("dt")/column("t"))**2 + (column("dS")/column("S"))**2) * column("S") * exp(-log(column("L")) * (2))) with yerrorbars pt 0 lw 2 lc rgb "red",\
+ dataPlanarUni using (column("H")):((column("L") == 32 ? column("t") : 1/0) * column("S") * exp(-log(column("L")) * (2))) with lines lc rgb "red",\
+ dataPlanarPert using (column("H")):((column("L") == 32 ? column("t") : 1/0) * column("S") * exp(-log(column("L")) * (2))):(sqrt((column("dt")/column("t"))**2 + (column("dS")/column("S"))**2) * column("t") * column("S") * exp(-log(column("L")) * (2))) with yerrorbars pt 0 lw 2 lc rgb "green",\
+ dataPlanarPert using (column("H")):((column("L") == 32 ? column("t") : 1/0) * column("S") * exp(-log(column("L")) * (2))) with lines lc rgb "green"