summaryrefslogtreecommitdiff
path: root/figs/fig_metastable.gplot
diff options
context:
space:
mode:
Diffstat (limited to 'figs/fig_metastable.gplot')
-rw-r--r--figs/fig_metastable.gplot26
1 files changed, 26 insertions, 0 deletions
diff --git a/figs/fig_metastable.gplot b/figs/fig_metastable.gplot
new file mode 100644
index 0000000..97f4c58
--- /dev/null
+++ b/figs/fig_metastable.gplot
@@ -0,0 +1,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
+