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: 

相关文章:

  • 2021-05-21
  • 2022-01-13
  • 2021-12-20
  • 2022-02-16
  • 2021-11-27
  • 2021-08-25
  • 2021-11-09
  • 2021-05-23
猜你喜欢
  • 2021-12-19
  • 2021-11-27
  • 2022-01-02
  • 2022-12-23
  • 2022-03-05
  • 2021-11-24
  • 2021-07-30
相关资源
相似解决方案