📄 ephcomp.gp
字号:
## Used to plot the output from EphComp#set label 1 "Ephemeris Comparison" at graph 0.5,0.96 centerset label 2 "Broadcast - SP3" at graph 0.5,0.91 centerset key box linewidth 0.250set xlabel "Time"set xdata timeset timefmt "%m/%d/%Y %H:%M:%S"set format x "%H:%02M\n%j\n%Y"set xtics nomirrorset grid xticsset ylabel "Position difference (m)"set autoscale y2set ytics nomirrorset y2ticsset y2label "Velocity difference (m/s)"set grid ytics# set terminal postscript landscape color# set output "EphComp.ps"plot "EphComp.out" using 1:4 t "X" with points pointsize 0.5,\ "" using 1:5 t "Y" with points pointsize 0.5,\ "" using 1:6 t "Z" with points pointsize 0.5,\ "" using 1:8 axes x1y2 t "VX" with points pointsize 0.5,\ "" using 1:9 axes x1y2 t "VY" with points pointsize 0.5,\ "" using 1:10 axes x1y2 t "VZ" with points pointsize 0.5
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -