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