rd.pi.gp
来自「1 gps基本算法」· GP 代码 · 共 8 行
GP
8 行
set title "GRACE satellite positions, interpolated to 1 sec (gpstk::posInterp)"set xlabel 'GPS seconds of week 1242'set ylabel 'ECEF position components (m)'unset mouseset term x11 enhanced font 'luxi sans,17'set key outsideplot 'rd.pi.out' using 2:4 t '' with points, '' using 2:5 t '' with points, '' using 2:6 t '' with points
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?