draw_1.gnu
来自「无线网络的效能分析 通过实验了解什么是无线网络的效能 什么是效能异常 如何去改变」· GNU 代码 · 共 13 行
GNU
13 行
set title "Performance anomaly (throughput)"
set xlabel "simulation time (sec)"
set ylabel "throughput (bps)"
plot "11m" title "node B (11M)" with linespoints 3,"1m" title "node A (11M -> 1M)" with linespoints 6
set arrow from 16,350000 to 16,680000
set label "node A change to 1M" at 16,300000
set arrow from 30,350000 to 30,650000
set label "node A leave" at 30,300000
set label "Performance anomaly" at 18,1000000
set terminal gif
set output "performance_anomaly.gif"
replot
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?