summaryrefslogtreecommitdiff
path: root/figs/fig_correlation_collapse-hL.gplot
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2017-11-06 20:57:20 -0500
committerJaron Kent-Dobias <jaron@kent-dobias.com>2017-11-06 20:57:20 -0500
commit74da6e178889df2264486e762f088c7635704652 (patch)
tree2daced8a37c706129fb76206cf8149a7c16b83a6 /figs/fig_correlation_collapse-hL.gplot
parent0cb41564021b0315e95965010b502620b045b9c3 (diff)
downloadPRE_98_063306-74da6e178889df2264486e762f088c7635704652.tar.gz
PRE_98_063306-74da6e178889df2264486e762f088c7635704652.tar.bz2
PRE_98_063306-74da6e178889df2264486e762f088c7635704652.zip
added makefile, new figure, bibliography
Diffstat (limited to 'figs/fig_correlation_collapse-hL.gplot')
-rw-r--r--figs/fig_correlation_collapse-hL.gplot22
1 files changed, 22 insertions, 0 deletions
diff --git a/figs/fig_correlation_collapse-hL.gplot b/figs/fig_correlation_collapse-hL.gplot
new file mode 100644
index 0000000..23b2b52
--- /dev/null
+++ b/figs/fig_correlation_collapse-hL.gplot
@@ -0,0 +1,22 @@
+
+set terminal pslatex rotate size 3.417,2.111
+
+cc1 = "#5e81b5"
+cc2 = "#e19c24"
+cc3 = "#8fb032"
+cc4 = "#eb6235"
+
+data = "figs/fig_correlation_data_collapse-hL.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 nokey
+#set ytics
+set mytics 10
+
+plot data using 2:3:4 with yerrorbars pt 0, 10**(-0.18) * x**(-0.28 * 8 / 15)
+