drop.gpt

来自「R. Lo Cigno, P. Larcheri 802.11e closed」· GPT 代码 · 共 22 行

GPT
22
字号
set nolabel                            # remove any previous labelsset xtic auto                          # set xtics automaticallyset ytic auto                          # set ytics automaticallyset terminal postscript enhanced "Helvetica" 22set pointsize 2set format y "10^{%L}"set output "drop.ps"#set terminal X11set xlabel "Buffer size"set ylabel "Loss rate"set key right bottom#set label "Yield Point" at 0.003,260#set arrow from 0.0028,250 to 0.003,280set logscale yset xr [0:70]set yr [0.000001:1.0]plot    "drop.txt" using 1:2 title 'SS' with linespoints , \        "drop.txt" using 1:3 title 'BE 0.2' with linespoints , \        "drop.txt" using 1:4 title 'BE 0.01' with linespoints , \        "drop.txt" using 1:5 title 'MMF-A' with linespoints , \        "drop.txt" using 1:6 title 'MMF-AR' with linespoints

⌨️ 快捷键说明

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