NS2网络模拟(4)吞吐率图

  1: #NS2_有线部分\ForGnuplot.plot
  2: 
  3: #gnuplot>
  4: #set xtics 0, 1, 10
  5: set grid
  6: set xrange [0:10]
  7: set yrange [0:1000]
  8: set key top left    set key bottom right
  9: set key box
 10: set title "TCP Throughput"
 11: set xlabel "Time(s)"
 12: set ylabel "Throughput(kb)"
 13: 
 14: set label "delay = 0.01" at 1, 100
 15: set arrow from 1,100 to 2, 400
 16: 
 17: 
 18: set terminal gif
 19: set output "Throughput.gif"
 20: 
 21: plot "Throughput" with lines
 22: 
服务项目 技术咨询 微信图书 微信视频 微信代码 定制开发 其他福利
服务入口 QQ群有问必答
查看详情
一本书解决90%问题
查看详情
微信开发视频
小程序开发视频
免费代码
¥1888阿里云代金券
查看详情
营销工具
微信特异功能
原文地址:https://www.cnblogs.com/txw1958/p/2210124.html