offset_10.plt
来自「This code was used to produce simulation」· PLT 代码 · 共 13 行
PLT
13 行
set title ''
set xrange [0:60]
set yrange [0:1]
set ytics(0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0)
set xtics(0, 10, 20, 30, 40, 50, 60)
set xlabel "Maximum Directional Error Degree"
set ylabel "Ratio"
set nolabel
set key 53, 0.9
plot 'strict_offset_10.out' using 1:2 title 'Lost Links, Strict Protocol' with linespoints, \
'verified_offset_10.out' using 1:2 title 'Lost Links, Verified Protocol' with linespoints, \
'strict_offset_10.out' using 1:3 title 'Disconnected Nodes, Strict Protocol' with linespoints, \
'verified_offset_10.out' using 1:3 title 'Disconnected Nodes, Verified Protocol' with linespoints
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?