📄 output-final.g
字号:
#set xrange [2:42]set yrange [80:105]set xlabel "Latency (in s)"#set key right box 2 set ylabel "Cumulative fraction"set term postscript "Helvetica" 17set output "latency-dist-audio.ps"plot "audio-aedcf.0.latdist" t "AEDCF" w lines, "audio-SD.0.latdist" t "SD" w lines,"audio.0.latdist" t "EDCF" w lines ########################################set yrange [75:105]set output "latency-dist-video.ps"plot "video-aedcf.1.latdist" t "AEDCF" w lines, "video-SD.1.latdist" t "SD" w lines,"video.1.latdist" t "EDCF" w lines###################################set yrange [60:105]set output "latency-dist-back.ps"plot "back-aedcf.2.latdist" t "AEDCF" w lines,"back-SD.2.latdist" t "SD" w lines, "back.2.latdist" t "EDCF" w lines###########################################set output "hole-Goodput.ps" set xlabel "Simulation time (in sec)" set ylabel "Total-goodput(in KBytes/s)" plot "hole_test.tcl.goodput" t "EDCF" w lines, "AEDCF.goodput" t "AEDCF" w lines ######################################################## set yrange [40:105] set ylabel "Cumulative fraction" set output "latency-dist-aedcf-all.ps"plot "audio-aedcf.0.latdist" t "Audio" w lines, "video-aedcf.1.latdist" t "Video" w lines, "back-aedcf.2.latdist" t "Back" w lines ############################################# set xrange [4:95]set yrange [0:40] set output "Gain-Goodput-avg.ps" set ylabel "Gain-on-goodput(%)" plot "Gain-goodput-avg" t "AEDCF" w linespoint
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -