temp-rewards-temp.plot

来自「采用蚂蚁算法实现ad hoc网络路由协议,平台为ns2」· PLOT 代码 · 共 19 行

PLOT
19
字号
set title "Delivery Ratio vs Temperature"set xlabel "Temperature"set ylabel "Delivery Ratio"set key title "Exploration Utility"set terminal postscript eps enhancedset output "analysed_results/temp-rewards-temp-1.ps"plot \    'analysed_results/temp-rewards-temp.data' index 0 using 2:4 title "-20" with linespoints lw 2,\    'analysed_results/temp-rewards-temp.data' index 1 using 2:4 title "-12" with linespoints lw 2,\    'analysed_results/temp-rewards-temp.data' index 2 using 2:4 title "-8" with linespoints lw 2,\    'analysed_results/temp-rewards-temp.data' index 3 using 2:4 title "-4" with linespoints lw 2,\    'analysed_results/temp-rewards-temp.data' index 4 using 2:4 title "-2" with linespoints lw 2

⌨️ 快捷键说明

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