summaryrefslogtreecommitdiff
path: root/figs/fig_correlation_collapse-hL.gplot
diff options
context:
space:
mode:
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)
+