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

3G开发

开发平台:

Java

  1. set title ""
  2. set nologscale x
  3. set xrange [0.5:4]
  4. set yrange [0:140]
  5. set xlabel "Seed Density"
  6. set xtics(0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4)
  7. set ylabel "# Communications Per Node"
  8. set ytics(0, 20, 40, 60, 80, 100, 120, 140)
  9. set nolabel
  10. set key 3, 130
  11. plot  "communication_seed_density_out" using 1:2 title 'Centroid' with linespoints, 
  12.       "communication_seed_density_out" using 1:4 title 'Amorphous' with linespoints, 
  13.       "communication_seed_density_out" using 1:3 title 'MCL' with linespoints