summaryrefslogtreecommitdiff
path: root/doc/array_naive_vs_episodic.gnuplot
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2016-01-08 18:09:36 +0100
committerFlorian Jung <flo@windfisch.org>2016-01-08 18:09:36 +0100
commitc77a636c82fcf5211beadab90371719f175ef954 (patch)
tree33668c37acfc367015d8f93e6e0d863558f07977 /doc/array_naive_vs_episodic.gnuplot
parent2483f393d9a3740b35606ca6acb6cb2df8ffdcd2 (diff)
more doc
Diffstat (limited to 'doc/array_naive_vs_episodic.gnuplot')
-rw-r--r--doc/array_naive_vs_episodic.gnuplot4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/array_naive_vs_episodic.gnuplot b/doc/array_naive_vs_episodic.gnuplot
index 3f7ea0e..ebb7408 100644
--- a/doc/array_naive_vs_episodic.gnuplot
+++ b/doc/array_naive_vs_episodic.gnuplot
@@ -1,6 +1,8 @@
set xrange [0: 1000]
plot 'logs/old.log' with lines,\
- 'logs/new.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