gfp3_win.gp

来自「1 gps基本算法」· GP 代码 · 共 14 行

GP
14
字号
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.5pause -1 "End GFRF 3"

⌨️ 快捷键说明

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