summaryrefslogtreecommitdiff
path: root/figs/fig_correlation-temp.gplot
diff options
context:
space:
mode:
authorJaron Kent-Dobias <jaron@kent-dobias.com>2018-03-29 13:31:29 -0400
committerJaron Kent-Dobias <jaron@kent-dobias.com>2018-03-29 13:31:29 -0400
commit5cbe90854d1b3d784f956e3005e84b18cde9aeaa (patch)
treeb36f757a592599703b5e9e9259c858ca9c496649 /figs/fig_correlation-temp.gplot
parenteb526148d370b2fbe96d3b049840c09a2ce44bf2 (diff)
downloadPRE_98_063306-5cbe90854d1b3d784f956e3005e84b18cde9aeaa.tar.gz
PRE_98_063306-5cbe90854d1b3d784f956e3005e84b18cde9aeaa.tar.bz2
PRE_98_063306-5cbe90854d1b3d784f956e3005e84b18cde9aeaa.zip
lots of changes
Diffstat (limited to 'figs/fig_correlation-temp.gplot')
-rw-r--r--figs/fig_correlation-temp.gplot29
1 files changed, 29 insertions, 0 deletions
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
+