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

3G开发

开发平台:

Java

  1. set title ""
  2. set nologscale x
  3. set xrange [0:50]
  4. set yrange [0:2]
  5. set xlabel "Time"
  6. set xtics(0, 5, 10, 15, 20, 25, 30, 35, 40, 45, 50)
  7. set ylabel "Estimate Error (r)"
  8. set ytics(0, 0.2, 0.4, 0.6, 0.8, 1.0, 1.2, 1.4, 1.6, 1.8, 2.0)
  9. set nolabel
  10. set key 40, 1.8
  11. plot 'MCL_time_50_50_error' title 'MCL' with linespoints, 
  12. 'USC_time_50_50_error' title 'Centroid' with linespoints, 
  13. 'MIT_time_50_50_error' title 'Amorphous' with linespoint