latency.gp
来自「this is source code for adhoc network us」· GP 代码 · 共 35 行
GP
35 行
set terminal postscript epsset size 2,2set output "Latency.ps"set title "< Hops performed x Latency measured> Graph"#set xlabel "X speed avarage"#set ylabel "Y umber of hops "#set zlabel "latency"set xlabel "X number of hops "set ylabel "latency"#set xtics (100,200,300,400)#set ytics (100,200,300,400)#set xrange[1:7]set terminal postscript eps colorset parametricplot \"latData.dat" index 0 using 1:2 "%lf%lf" title "speed = 0 m/s" \with lines 1#,\#"latData.dat" index 1 using 1:2 "%lf%lf" title "speed = 1 m/s" \#with lines 3,\#"latData.dat" index 5 using 1:2 "%lf%lf" title "speed = 5 m/s" \#with lines 5show keyshow xlabelshow ylabelshow output
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?