psdlag-agn/plots/timelag_freq.gp

11 lines
269 B
Plaintext
Raw Normal View History

2016-06-29 17:06:18 +00:00
set terminal png
set termoption dash
2016-06-24 14:32:45 +00:00
plot 'tables/timelag_lc1.dat' using 1:2:3:4 with xyerrorbars, \
'tables/timelag_lc2.dat' using 1:2:3:4 with xyerrorbars
set logscale x
set xrange [0.005:0.603]
2016-06-29 17:06:18 +00:00
set arrow from 0.005,0 to 0.603,0 nohead lt 3 lc rgb 'black'
pause -1