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

3G开发

开发平台:

Java

  1. set title ""
  2. set xrange [0:0.5]
  3. set yrange [0:2]
  4. set xlabel "Degree of Irregularity"
  5. set xtics(0, 0.1, 0.2, 0.3, 0.4, 0.5)
  6. set ylabel "estimate error (r)"
  7. set ytics(0, 0.2, 0.4, 0.6, 0.8, 1.0, 1.2, 1.4, 1.6, 1.8, 2.0)
  8. set nolabel
  9. set key 0.4, 1.8
  10. plot  "MCL_doi_1_10_10_error" title 'MCL Mobile' with linespoints, 
  11.       "USC_doi_1_10_10_error" title 'Centroid' with linespoints, 
  12.       "MIT_doi_1_10_10_error" title 'Amorphous' with linespoints