summaryrefslogtreecommitdiff
path: root/doc/array_naive_vs_episodic.gnuplot
blob: ebb74084361685015114f3641087d9ddccb4fa8d (plain)
1
2
3
4
5
6
7
8
set xrange [0: 1000]

plot 'logs/old.log' with lines,\
     'logs/new.log' with lines,\
     'logs/nn.log' using ($1,$2*20) with lines,\
     'logs/nn2.log' using ($1,$2*20) with lines
pause -1