delivertyratio.gp

来自「this is source code for adhoc network us」· GP 代码 · 共 25 行

GP
25
字号
set terminal postscript epsset size 2,2set output "DeliveryRatio.ps"set title "<Speed avarage x Delivery ratio> Graph"set xlabel "X speed (m/s) "set ylabel "Delivery Ratio"set terminal postscript eps colorset yrange[0:10]set xrange[0:20]set parametricplot \"delRatData.dat" index 0 using 1:2 "%lf%lf" title "Ratio" \with lines 1show keyshow xlabelshow ylabelshow output

⌨️ 快捷键说明

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