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.gplot8
1 files changed, 5 insertions, 3 deletions
diff --git a/figs/fig_correlation_collapse-hL.gplot b/figs/fig_correlation_collapse-hL.gplot
index 23b2b52..d028dbc 100644
--- a/figs/fig_correlation_collapse-hL.gplot
+++ b/figs/fig_correlation_collapse-hL.gplot
@@ -6,6 +6,8 @@ cc2 = "#e19c24"
cc3 = "#8fb032"
cc4 = "#eb6235"
+set palette model RGB defined ( 16 cc1, 32 cc2, 64 cc3, 128 cc4 )
+
data = "figs/fig_correlation_data_collapse-hL.dat"
set logscale xy
@@ -15,8 +17,8 @@ set xlabel '$hL^{-\beta\delta/\nu}$'
set format x '$10^{%T}$'
set yrange [0.09:0.8]
set nokey
-#set ytics
-set mytics 10
+set ytics 0.1,0.1,0.6
+unset colorbox
-plot data using 2:3:4 with yerrorbars pt 0, 10**(-0.18) * x**(-0.28 * 8 / 15)
+plot data using 2:3:4:1 with yerrorbars pt 0 lw 2 palette, 10**(-0.13) * x**(-0.28 * 8 / 15) lc black