From 5cbe90854d1b3d784f956e3005e84b18cde9aeaa Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Thu, 29 Mar 2018 13:31:29 -0400 Subject: lots of changes --- figs/fig_correlation-temp.gplot | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 figs/fig_correlation-temp.gplot (limited to 'figs/fig_correlation-temp.gplot') diff --git a/figs/fig_correlation-temp.gplot b/figs/fig_correlation-temp.gplot new file mode 100644 index 0000000..d765605 --- /dev/null +++ b/figs/fig_correlation-temp.gplot @@ -0,0 +1,29 @@ + +set terminal pslatex rotate size 3.417,2.111 + +cc1 = "#5e81b5" +cc2 = "#e19c24" +cc3 = "#8fb032" +cc4 = "#eb6235" +cc5 = "#8778b3" +cc6 = "#c56e1a" +cc7 = "#5d9ec7" +cc8 = "#ffbf00" +cc9 = "#a5609d" +cc0 = "#929600" + +set palette model RGB defined ( 2.169185314213022 cc1, 2.179185314213022 cc2, 2.189185314213022 cc3, 2.199185314213022 cc4, 2.209185314213022 cc5, 2.2191853142130222 cc6, 2.229185314213022 cc7, 2.2391853142130222 cc8, 2.249185314213022 cc9, 2.2591853142130223 cc0 ) + +data = "data/correlation_temp.dat" + +set logscale x +set xrange [0.001:2000] +set ylabel offset 1.5,0 '$\tau t^z$' +set xlabel '$ht^{-\beta\delta}$' +set format x '$10^{%T}$' +set yrange [0.1:0.55] +set nokey +unset colorbox + +plot data using 2:3:4:1 with yerrorbars pt 0 lw 2 palette + -- cgit v1.2.3-54-g00ecf