From 4d21115982bc5521a853b41d5c5f6e253b298a37 Mon Sep 17 00:00:00 2001 From: othocaeS Date: Wed, 22 Jun 2016 16:25:52 -0400 Subject: [PATCH] more plots and stuff --- plots/psd_freq.gpf | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 plots/psd_freq.gpf diff --git a/plots/psd_freq.gpf b/plots/psd_freq.gpf deleted file mode 100644 index 98b89c9..0000000 --- a/plots/psd_freq.gpf +++ /dev/null @@ -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 \ No newline at end of file