summaryrefslogtreecommitdiff
path: root/figs/fig_generator-times.gplot
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-09-24 18:05:19 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-09-24 18:05:19 -0400
commita5e04f76b0dac4fdd6be00018aa0f54e7202c92d (patch)
tree32e1170c4079fc97ece830ec54264d2ad1249f9c /figs/fig_generator-times.gplot
parent975e4834c0b54cd06aaf28157789a7d4130adc1a (diff)
parent2062625bdcad4341c456d687ff3542285f143e78 (diff)
downloadPRE_98_063306-a5e04f76b0dac4fdd6be00018aa0f54e7202c92d.tar.gz
PRE_98_063306-a5e04f76b0dac4fdd6be00018aa0f54e7202c92d.tar.bz2
PRE_98_063306-a5e04f76b0dac4fdd6be00018aa0f54e7202c92d.zip
merged with 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"