testfrp.gp
来自「跑leach需要的」· GP 代码 · 共 16 行
GP
16 行
resetset terminal Xset xtics 0.5,0.5,5set xrange [0:4.25]set yrange [0:1.1]set key right bottomset ylabel "Received Rate Multiplier of f(R,p)"set xlabel "Sending Rate Multiplier of f(R,p)"set terminal postscript monochrome dashed 18set output "testFRp.ps"#plot (x<1)?x:1 title "precise" with linespoints, "data-0.01" title "p=1%" with linespoints, "data-0.02" title "p=2%" with linespoints, "data-0.03" title "p=3%" with linespoints, "data-0.04" title "p=4%" with linespoints, "data-0.05" title "p=5%" with linespoints#, "data-0.1" title "p=10%" with linespoints plot "data-0.01" title "p=1%" with linespoints, "data-0.02" title "p=2%" with linespoints, "data-0.03" title "p=3%" with linespoints, "data-0.04" title "p=4%" with linespoints, "data-0.05" title "p=5%" with linespoints
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?