summaryrefslogtreecommitdiff
path: root/figs/fig_metastable.gplot
blob: 97f4c58073f896b8be75abdebe8f29b2550a0e68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26

set terminal pslatex rotate size 3.417,2.111

cc1 = "#5e81b5"
cc2 = "#e19c24"
cc3 = "#8fb032"
cc4 = "#eb6235"

set palette model RGB defined ( 0.5 cc1, 1 cc2, 2 cc3, 4 cc4  )

rawdata = "data/metastable_raw.dat"
funcdata = "data/metastable_func.dat"

set xrange [-0.5:0.5]
set ylabel offset 1.5,0 '$\chi t^\gamma$'
set xlabel '$ht^{-\beta\delta}$'
set rmargin 1
set lmargin 8
set bmargin 2
set yrange [0:0.04]
set nokey
set yzeroaxis
unset colorbox

plot rawdata using 2:3:4:1 with yerrorbars pt 0 lw 2 palette, funcdata with lines lw 2 lc black