wlss6_win.gp

来自「gpstk1.5的有关内容 对于刚刚接触gps有一定的帮助 很有用的啊」· GP 代码 · 共 17 行

GP
17
字号
set xlabel "GPS Seconds of Week"set autoscale y2set ytics nomirrorset y2ticsset label 1 "DC WL Small Slip Detection" at graph 0.5,0.96 centerset label 2 "LEO data Uniq 6 PRN G31" at graph 0.5,0.91 centerset ylabel "WL cycles (bias,ave,sig)"set y2label "Test & Limit (WL cycles)"plot "WLSS6G31.dat" using 1:4 t "P Sig" with linespoints pointsize 0.5replot "WLSS6G31.dat" using 1:7 t "F Sig" with linespoints pointsize 0.5replot "WLSS6G31.dat" using 1:12 t "WLbias" with points pointsize 0.5replot "WLSS6G31.dat" using 1:10 axes x1y2 t "|dAve|" with linespoints pointsize 0.5replot "WLSS6G31.dat" using 1:11 axes x1y2 t "limit" with linespoints pointsize 0.5replot "WLSS6G31.dat" using 1:3 t "P Ave" with linesreplot "WLSS6G31.dat" using 1:6 t "F Ave" with linespause -1 "End WLSS 6"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?