drop.gpt
来自「R. Lo Cigno, P. Larcheri 802.11e closed」· GPT 代码 · 共 25 行
GPT
25 行
set nolabel # remove any previous labelsset xtic auto # set xtics automaticallyset ytic auto # set ytics automaticallyset terminal postscript enhanced "Helvetica" 22set format y "10^{%L}"set pointsize 2set output "drop.ps"#set terminal X11#set title "Perdita di pacchetti (VBR - sorgenti a 3 stati con variazione dimensione e interarrivo pacchetti)"set xlabel "Number of streams"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:26]set yr [0.000001:1.0]plot "drop.txt" using 1:2 title 'SS' with linespoints , \ "drop.txt" using 1:4 title 'BE 0.2' with linespoints , \ "drop.txt" using 1:6 title 'BE 0.01' with linespoints , \ "drop.txt" using 1:8 title 'MMF-A' with linespoints , \ "drop.txt" using 1:10 title 'MMF-AR' with linespoints , \ "drop.txt" using 11:12 title 'MMF-AR SI=0.5' with linespoints
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?