group_10.plt
资源名称:mcl.tar.gz [点击查看]
上传用户:kingseaxu
上传日期:2009-01-01
资源大小:49k
文件大小:1k
源码类别:
3G开发
开发平台:
Java
- set title ""
- set nologscale x
- set xrange [0:16]
- set yrange [0:3]
- set xlabel "Group Motion Ratio"
- set xtics(0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16)
- 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, 2.2, 2.4, 2.6, 2.8, 3.0)
- set nolabel
- set key 8, 2.4
- plot "result_10.out" using 1:2 title 's_d=.3' with linespoints,
- "result_10.out" using 1:4 title 's_d=1' with linespoints,
- "result_10.out" using 1:3 title 's_d=2' with linespoints