throughput.gp

来自「OMNET++仿真三色算法的源码,三色算法是无线传感器中一个典型的分簇算法」· GP 代码 · 共 28 行

GP
28
字号
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 + -
显示快捷键?