throughput.gp
来自「this is source code for adhoc network us」· GP 代码 · 共 29 行
GP
29 行
set terminal postscript epsset size 2,2set output "Throughput.ps"set title "<Hops performed x Throughput> mon a 11e6 bit/sec channel"set xlabel "X number of hops "set ylabel "bit/s"#set terminal postscript eps colorset parametricset yrange [0:10e6]plot \"thData.dat" index 0 using 1:2 "%lf%lf" title "speed = 15" \with lines 1#,\"#thData.dat" index 1 using 1:2 "%lf%lf" title "speed = 2" \#with lines 5,\#"thData.dat" index 5 using 1:2 "%lf%lf" title "speed = 5" \#with lines 3show keyshow xlabelshow ylabelshow output
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?