classrate.p
来自「diff serve for ns-2, work for version 2.」· P 代码 · 共 9 行
P
9 行
set title "Class rate"set xlabel "time (s)"set ylabel "bandwidth (kbps)"set autoscaleset terminal pngset out "ClassRate.png"plot "ClassRate.tr" using 1:2 title 'EF aggregate' with lines, "ClassRate.tr" using 1:3 title 'Telnet aggregate' with lines, "ClassRate.tr" using 1:4 title 'FTP aggregate' with lines, "ClassRate.tr" using 1:5 title 'Best Effort aggregate' with lines
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?