📄 fitness.plot
字号:
#set multiplotset autoscaleset output 'plot.ps'set terminal postscript landscape enhanced color solid simplex 'Helvetica'set yrange [0:200]set xlabel "Generation"set ylabel "Fitness"set xzeroaxis lw 2set title 'Raw graph of fitness - no smoothing'plot './log/example.log0' using 2 t 'Max bot 1' with lines,\ './log/example.log1' using 2 t 'Max bot 2' with lines,\ './log/example.log0' using 1 t 'Average bot 1' with lines,\ './log/example.log1' using 1 t 'Average bot 2' with lines
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -