mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-23 23:05:04 +00:00
added template to plot comparison of timelags with different error fits
This commit is contained in:
parent
8ac19d85d8
commit
38aac43f8f
19
scripts/templates/timelag_compare.gp
Normal file
19
scripts/templates/timelag_compare.gp
Normal file
@ -0,0 +1,19 @@
|
||||
set terminal png
|
||||
set termoption dash
|
||||
set output "%OUTPUTFILE"
|
||||
set encoding utf8
|
||||
|
||||
set title "%TITLE\n{/*0.7 %SUBTITLE}"
|
||||
set xlabel "Temporal Frequency [days^{-1}]"
|
||||
set xrange [0.005:0.620]
|
||||
set logscale x
|
||||
|
||||
set ylabel "Lag [days]"
|
||||
#set yrange [%YMIN:%YMAX]
|
||||
|
||||
# Draw line at origin
|
||||
set arrow from 0.005,0 to 0.620,0 nohead lt 3 lc rgb 'black'
|
||||
|
||||
|
||||
plot '%FILE1' using 1:2:3:4 with xyerrorbars title "%LABEL1", \
|
||||
"%FILE2" using 1:2:3:4 with xyerrorbars title "%LABEL2"
|
Loading…
Reference in New Issue
Block a user