compare-das-old.plot

来自「采用蚂蚁算法实现ad hoc网络路由协议,平台为ns2」· PLOT 代码 · 共 39 行

PLOT
39
字号
set title "Delivery Ratio vs Max Pause Time"set xlabel "Max Pause Time"set ylabel "Delivery Ratio"set key title "Routing Protocol"set terminal postscript eps enhancedset output "analysed_results/compare-das-old-1.ps"plot \    'analysed_results/compare-das-old.data' index 0 using 3:5 title "AODV/10" with linespoints lw 2,\    'analysed_results/compare-das-old.data' index 1 using 3:5 title "AODV/20" with linespoints lw 2,\    'analysed_results/compare-das-old.data' index 2 using 3:5 title "DSR/10" with linespoints lw 2,\    'analysed_results/compare-das-old.data' index 3 using 3:5 title "DSR/20" with linespoints lw 2,\    'analysed_results/compare-das-old.data' index 4 using 3:5 title "SWARM/10" with linespoints lw 2,\    'analysed_results/compare-das-old.data' index 5 using 3:5 title "SWARM/20" with linespoints lw 2set title "Delivery Cost vs Max Pause Time"set xlabel "Max Pause Time"set ylabel "Delivery Cost"set key title "Routing Protocol"set terminal postscript eps enhancedset output "analysed_results/compare-das-old-2.ps"plot \    'analysed_results/compare-das-old.data' index 0 using 3:10 title "AODV/10" with linespoints lw 2,\    'analysed_results/compare-das-old.data' index 1 using 3:10 title "AODV/20" with linespoints lw 2,\    'analysed_results/compare-das-old.data' index 2 using 3:10 title "DSR/10" with linespoints lw 2,\    'analysed_results/compare-das-old.data' index 3 using 3:10 title "DSR/20" with linespoints lw 2,\    'analysed_results/compare-das-old.data' index 4 using 3:10 title "SWARM/10" with linespoints lw 2,\    'analysed_results/compare-das-old.data' index 5 using 3:10 title "SWARM/20" with linespoints lw 2

⌨️ 快捷键说明

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