plot_cwnd.gp
来自「这个代码是tcl程序」· GP 代码 · 共 23 行
GP
23 行
set terminal postscript epsset output "cwnd.eps"set size 1, 0.8set xlabel "Simulation Time (Seconds)"set ylabel "CWnd (Packets)"set key left topset xrange [0:500]set yrange [0:30000]plot "cwnd_hstcp0.out" title "High-Speed Flow 1" with lines, \ "cwnd_hstcp1.out" title "High-Speed Flow 2" with lines, \ "cwnd_hstcp2.out" title "High-Speed Flow 3" with lines, \ "cwnd_hstcp3.out" title "High-Speed Flow 4" with lines, \ "cwnd_regtcp0.out" title "TCP Flow 1" with lines, \ "cwnd_regtcp1.out" title "TCP Flow 2" with lines, \ "cwnd_regtcp2.out" title "TCP Flow 3" with lines, \ "cwnd_regtcp3.out" title "TCP Flow 4" with lines
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?