set xrange [0: 1000] plot 'logs/old.log' with lines lt rgb 'red' title 'QArray, old textbook strategy',\ 'logs/new.log' with lines lt rgb 'green' title 'QArray, new reversed strategy',\ 'logs/nn2.log' using ($1, $2*20) with lines lt rgb 'blue' title 'QNN',\ 'logs/nn3.log' using ($1, $2*20) with lines lt rgb 'cyan' title 'QNN, randomize range 0.27',\ 'logs/nn.log' using ($1, $2*20) with lines lt rgb 'light-blue' title 'QNN, friendlyness=1' pause -1