plot_th.gp
来自「这个代码是tcl程序」· GP 代码 · 共 19 行
GP
19 行
set terminal postscript epsset output "th.eps"set size 1, 0.8set xlabel "Simulation Time (Seconds)"set ylabel "Throughput (Mbps)"set key left topset xrange [0:500]set yrange [0:1000]plot "th_0.out" title "High-Speed Flow 1" with lines, \ "th_1.out" title "High-Speed Flow 2" with lines, \ "th_2.out" title "High-Speed Flow 3" with lines, \ "th_3.out" title "High-Speed Flow 4" with lines
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?