mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-21 20:45:07 +00:00
more plots and stuff
This commit is contained in:
parent
81ec59a447
commit
4d21115982
@ -1,20 +0,0 @@
|
||||
|
||||
|
||||
# plot 'file' with errorbars
|
||||
# plot 'file' using 1:2:(sqrt($1)) with xerrorbars
|
||||
# plot 'file' using 1:2:($1-$3):($1+$3):4:5 with xyerrorbars
|
||||
|
||||
plot 'tmp.sourcePSD' using 1:($2+2):3:4 with xyerrorbars, \
|
||||
'tmp.reprocPSD' using 1:($2+2):3:4 with xyerrorbars, \
|
||||
'tmp.ccPSD' using 1:($2+2):3:4 with xyerrorbars
|
||||
#plot 'tmp.timelag' using 1:2:3:4 with xyerrorbars
|
||||
set logscale x
|
||||
set xrange [0.005:0.603]
|
||||
# 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).
|
||||
pause -1
|
Loading…
Reference in New Issue
Block a user