group_50.plt
Upload User: kingseaxu
Upload Date: 2009-01-01
Package Size: 49k
Code Size: 0k
Category:

3G develop

Development Platform:

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