group_50.plt
资源名称:mcl.tar.gz [点击查看]
上传用户:kingseaxu
上传日期:2009-01-01
资源大小:49k
文件大小:0k
源码类别:
3G开发
开发平台:
Java
- set title ""
- set nologscale x
- set xrange [0:6]
- set yrange [0:6]
- set xlabel "Maximum Group Motion (r distances per time unit)"
- set xtics(0, 0.5, 1, 2, 4, 6)
- set ylabel "Estimate Error (r)"
- set ytics(0, 0.5, 1.0, 1.5, 2.0, 2.5, 3.0, 3.5, 4.0, 4.5, 5.0, 5.5, 6.0)
- set nolabel
- set key 4, 5
- plot "result_50.out" using 1:2 title 's_d=.3' with linespoints,
- "result_50.out" using 1:3 title 's_d=1' with linespoints,
- "result_50.out" using 1:4 title 's_d=2' with linespoints