compare.plt
来自「无线传感器网络中移动节点定位仿真程序。采用基于序列蒙特卡洛方法进行移动节点定位。」· PLT 代码 · 共 14 行
PLT
14 行
set title ""
set nologscale x
set xrange [0:50]
set yrange [0:2]
set xlabel "Time"
set xtics(0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50)
set ylabel "Estimate Error (r)"
set ytics(0, 0.2, 0.4, 0.6, 0.8, 1.0, 1.2, 1.4, 1.6, 1.8, 2.0)
set nolabel
set key 40, 1.8
plot 'MCL_time_50_50_error' title 'MCL' with linespoints, \
'USC_time_50_50_error' title 'Centroid' with linespoints, \
'MIT_time_50_50_error' title 'Amorphous' with linespoint
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?