summaryrefslogtreecommitdiff
path: root/doc/array_naive_vs_episodic_deriv.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_deriv.gnuplot
parent2483f393d9a3740b35606ca6acb6cb2df8ffdcd2 (diff)
more doc
Diffstat (limited to 'doc/array_naive_vs_episodic_deriv.gnuplot')
-rw-r--r--doc/array_naive_vs_episodic_deriv.gnuplot4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/array_naive_vs_episodic_deriv.gnuplot b/doc/array_naive_vs_episodic_deriv.gnuplot
index 0900f2e..de66989 100644
--- a/doc/array_naive_vs_episodic_deriv.gnuplot
+++ b/doc/array_naive_vs_episodic_deriv.gnuplot
@@ -1,5 +1,7 @@
set xrange [0: 1000]
plot 'derivs/old.log' with lines,\
- 'derivs/new.log' with lines
+ 'derivs/new.log' with lines,\
+ 'derivs/nn.log' using ($1, $2*20) with lines,\
+ 'derivs/nn2.log' using ($1, $2*20) with lines
pause -1