📄 path_length.plt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -