📄 servicerate.p
字号:
set title "Service rate"set xlabel "time (s)"set ylabel "bandwidth (kbps)"set autoscaleset terminal pngset out "ServiceRate.png"plot "ServiceRate.tr" using 1:2 title 'Premium' with lines, "ServiceRate.tr" using 1:3 title 'Gold' with lines,"ServiceRate.tr" using 1:4 title 'Best Effort' with lines
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -