draw_3.gnu

来自「无线网络的效能分析 通过实验了解什么是无线网络的效能 什么是效能异常 如何去改变」· GNU 代码 · 共 8 行

GNU
8
字号
set title "Performance anomaly (throughput)"
set xlabel "simulation time (sec)"
set ylabel "throughput (bps)"
plot "11m_cwmin" title "node B (11M)" with linespoints 3,"1m_cwmin" title "node A (11M -> 1M)" with linespoints 6
set terminal gif
set output "performance_anomaly3.gif"
replot

⌨️ 快捷键说明

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