varying.gp
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. reset
  2. set terminal X
  3. set xrange [0:355]
  4. set xtics 0,50,350
  5. set yrange [0:5]
  6. set xlabel "Time (seconds)"
  7. set ylabel "Bandwidth (Mbps)"
  8. set terminal postscript monochrome dashed 18
  9. set output "varying.ps"
  10. plot "dropRate.overall" title "f(R,p)" with lines, "bw.Off" title "Unresponsive Test Off" with lines, "bw.On" title "Unresponsive Test On" with lines
  11. set output "varying_Off.ps"
  12. plot "dropRate.overall" title "f(R,p)" with lines, "bw.Off" title "" with lines
  13. reset
  14. set xrange [0:355]
  15. set xtics 0,50,350
  16. set yrange [0:10]
  17. set xlabel "Time (seconds)"
  18. set ylabel "Drop Rate (%)"
  19. set size 1,0.5
  20. set terminal postscript monochrome dashed 18
  21. set output "varying-dropRate-Off.ps"
  22. plot "dropRate.Off" using 1:3 title "" with lines
  23. set output "varying-dropRate-On.ps" 
  24. plot "dropRate.On" using 1:3 title "Unresponsive Test On" with lines 
  25. #plot "dropRate.Off" using 1:3 title "Unresponsive Test Off" with lines 
  26. #plot "dropRate.On" using 1:3 title "Unresponsive Test On" with lines