seed_density.plt
资源名称:mcl.tar.gz [点击查看]
上传用户:kingseaxu
上传日期:2009-01-01
资源大小:49k
文件大小:1k
源码类别:
3G开发
开发平台:
Java
- set title ""
- set nologscale x
- set xrange [0.5:4]
- set yrange [0:140]
- set xlabel "Seed Density"
- set xtics(0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4)
- set ylabel "# Communications Per Node"
- set ytics(0, 20, 40, 60, 80, 100, 120, 140)
- set nolabel
- set key 3, 130
- plot "communication_seed_density_out" using 1:2 title 'Centroid' with linespoints,
- "communication_seed_density_out" using 1:4 title 'Amorphous' with linespoints,
- "communication_seed_density_out" using 1:3 title 'MCL' with linespoints