web.gp

来自「跑leach需要的」· GP 代码 · 共 25 行

GP
25
字号
resetset terminal Xset xrange [0:5]set  xlabel "Time to Complete the Request (seconds)"set ylabel "Cumulative Fraction of Flows"set key bottom rightset terminal postscript monochrome dashed 18set output "web.ps"plot "data-cdf.cdf" title "RED" with lines, "data+cdf.cdf" title "RED-PD" with lines 3set terminal Xresetset boxwidth 0.25set xrange [0:12]set xtics 1,1,11set key left topset xlabel "Flow Number"set ylabel "Bandwidth (Mbps)"set terminal postscript monochrome dashed 18set output "webBoxes.ps"plot "data-boxes" title "RED" with boxes, "data+boxes" title "RED-PD" with boxesset terminal X

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?