temp-rewards-mult.plot
来自「采用蚂蚁算法实现ad hoc网络路由协议,平台为ns2」· PLOT 代码 · 共 19 行
PLOT
19 行
set title "Delivery Ratio vs Temperature / Exploration Utility"set xlabel "Temperature / Exploration Utility"set ylabel "Delivery Ratio"set key title "Exploration Utility"set terminal postscript eps enhancedset output "analysed_results/temp-rewards-mult-1.ps"plot \ 'analysed_results/temp-rewards-mult.data' index 0 using 2:4 title "-20" with linespoints lw 2,\ 'analysed_results/temp-rewards-mult.data' index 1 using 2:4 title "-12" with linespoints lw 2,\ 'analysed_results/temp-rewards-mult.data' index 2 using 2:4 title "-8" with linespoints lw 2,\ 'analysed_results/temp-rewards-mult.data' index 3 using 2:4 title "-4" with linespoints lw 2,\ 'analysed_results/temp-rewards-mult.data' index 4 using 2:4 title "-2" with linespoints lw 2
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?