sample.plt

来自「无线传感器网络中移动节点定位仿真程序。采用基于序列蒙特卡洛方法进行移动节点定位。」· PLT 代码 · 共 16 行

PLT
16
字号
set title ""
set logscale x
set xrange [1:1000]
set yrange [0:1.2]
set xlabel "Sample Size (N)"
set xtics(1, 2, 5, 10, 20, 50, 100, 200, 500, 1000)
set ylabel "Estimate Error (r)"
set ytics(0, 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 1.0, 1.2)
set nolabel
set key 500, 0.8
plot    'MCL_sample_10_10_1_error' title 's_d=1, v_max=s_max=.2r' with linespoints, \
	'MCL_sample_50_50_1_error' title 's_d=1, v_max=s_max=r' with linespoints, \
	'MCL_sample_10_10_2_error' title 's_d=2, v_max=s_max=.2r' with linespoints, \
	'MCL_sample_50_50_2_error' title 's_d=2, v_max=s_max=r' with linespoints
	

⌨️ 快捷键说明

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