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

3G开发

开发平台:

Java

  1. set title ""
  2. set nologscale x
  3. set xrange [2:20]
  4. set yrange [0:35]
  5. set xlabel "Node Density"
  6. set xtics(2, 4, 6, 8, 10, 12, 14, 16, 18, 20)
  7. set ylabel "# Communications Per Node"
  8. set ytics(0, 5, 10, 15, 20, 25, 30, 35)
  9. set nolabel
  10. set key 16, 25
  11. plot  "communication_node_density_out" using 1:2  title 'Centroid' with linespoints, 
  12.       "communication_node_density_out" using 1:4  title 'Amorphous' with linespoints, 
  13.       "communication_node_density_out" using 1:3  title 'MCL' with linespoints