📄 throughput.gp
字号:
set terminal postscript epsset size 2,2set output "Throughput.ps"set title "<Hops performed x Throughput> mon a 11e6 bit/sec channel"set xlabel "X number of hops "set ylabel "bit/s"#set terminal postscript eps colorset parametricset yrange [0:10e6]plot \"thData.dat" index 0 using 1:2 "%lf%lf" title "speed = 15" \with lines 1,\"thData.dat" index 1 using 1:2 "%lf%lf" title "speed = 2" \with lines 5,\"thData.dat" index 5 using 1:2 "%lf%lf" title "speed = 5" \with lines 3show keyshow xlabelshow ylabelshow output
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -