gfp3.gp

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

GP
13
字号
set xlabel "GPS Seconds of Week"set autoscale y2set ytics nomirrorset y2ticsset label 1 "DC GFRF GFP, fit GFR" at graph 0.5,0.96 centerset label 2 "Uniq 3 PRN G17" at graph 0.5,0.91 centerset ylabel "GFP / Residual (m)"set y2label "GFR / Fit (m)"plot "GFRF3G17.dat" using 1:2 t "GFP" with points pointsize 0.5replot "GFRF3G17.dat" using 1:4 axes x1y2 t "GFR" with points pointsize 0.5replot "GFRF3G17.dat" using 1:5 axes x1y2 t "Fit" with points pointsize 0.5replot "GFRF3G17.dat" using 1:6 t "Residual" with points pointsize 0.5

⌨️ 快捷键说明

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