📄 drop.gpt
字号:
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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -