group_50.plt
上传用户:kingseaxu
上传日期:2009-01-01
资源大小:49k
文件大小:0k
源码类别:

3G开发

开发平台:

Java

  1. set title ""
  2. set nologscale x
  3. set xrange [0:6]
  4. set yrange [0:6]
  5. set xlabel "Maximum Group Motion (r distances per time unit)"
  6. set xtics(0, 0.5, 1, 2, 4, 6)
  7. set ylabel "Estimate Error (r)"
  8. 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)
  9. set nolabel
  10. set key 4, 5
  11. plot   "result_50.out" using 1:2 title 's_d=.3' with linespoints, 
  12. "result_50.out" using 1:3 title 's_d=1' with linespoints, 
  13. "result_50.out" using 1:4 title 's_d=2' with linespoints