doi.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 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