path_length.plt

来自「This code was used to produce simulation」· PLT 代码 · 共 13 行

PLT
13
字号
set xrange [4:20]
set yrange [0:10]
set xlabel "Omnidirectional Node Density"
set ylabel "Average Path Length"
set xtics (4, 6, 8, 10, 12, 14, 16, 18, 20)
set ytics (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
set nolabel
set key 15, 9
plot 'K:\simulation\wormhole\impact_on_routing\verified_path_length.out' using 1:2 title 'Directional Transmission' with linespoints, \
'K:\simulation\wormhole\impact_on_routing\verified_path_length.out' using 1:3 title 'Verified Protocol' with linespoints, \
'K:\simulation\wormhole\impact_on_routing\strict_path_length.out' using 1:3 title 'Strict Protocol' with linespoints

⌨️ 快捷键说明

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