2016-07-12 15:19:13 +00:00
|
|
|
set terminal png
|
|
|
|
set termoption dash
|
2016-07-13 03:28:11 +00:00
|
|
|
set output "%OUTPUTFILE"
|
2016-07-12 15:19:13 +00:00
|
|
|
|
2016-07-13 15:09:20 +00:00
|
|
|
set title "%TITLE\n{/*0.7 %SUBTITLE}"
|
|
|
|
set xlabel "Temporal Frequency [days^{-1}]"
|
2016-07-27 00:45:33 +00:00
|
|
|
set xrange [0.005:0.620]
|
2016-07-13 15:09:20 +00:00
|
|
|
set logscale x
|
|
|
|
|
|
|
|
set ylabel "Lag [days]"
|
2016-07-13 20:16:09 +00:00
|
|
|
#set yrange [%YMIN:%YMAX]
|
2016-07-13 15:09:20 +00:00
|
|
|
|
|
|
|
# Draw line at origin
|
2016-07-12 15:19:13 +00:00
|
|
|
set arrow from 0.005,0 to 0.603,0 nohead lt 3 lc rgb 'black'
|
2016-07-13 15:09:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
plot '%FILE1' using 1:2:3:4 with xyerrorbars title "%LABEL1"
|