psdlag-agn/plots_playground/psd_freq.gp

21 lines
575 B
Plaintext
Raw Normal View History

2016-06-24 14:32:45 +00:00
# This method assumes data is in logarithm units already.
2016-06-29 17:06:18 +00:00
plot 'tables/PSD_lcdrive.dat' using 1:(10**($2+2)):3:4 with xyerrorbars, \
'tables/PSD_lc1.dat' using 1:(10**($2+2)):3:4 with xyerrorbars, \
'tables/PSD_lc2.dat' using 1:(10**($2+2)):3:4 with xyerrorbars
2016-06-24 14:32:45 +00:00
#plot 'tmp.timelag' using 1:2:3:4 with xyerrorbars
set logscale xy
set xrange [0.005:0.603]
2016-06-29 17:06:18 +00:00
set yrange [0.0005:100]
2016-06-24 14:32:45 +00:00
# set yrange [:1]
# (x, y, ydelta),
# (x, y, ylow, yhigh),
# (x, y, xdelta),
# (x, y, xlow, xhigh),
# (x, y, xdelta, ydelta), or
# (x, y, xlow, xhigh, ylow, yhigh).
2016-06-29 17:06:18 +00:00
pause -1