diff options
author | Florian Jung <flo@windfisch.org> | 2016-01-08 18:09:36 +0100 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2016-01-08 18:09:36 +0100 |
commit | c77a636c82fcf5211beadab90371719f175ef954 (patch) | |
tree | 33668c37acfc367015d8f93e6e0d863558f07977 /doc/array_naive_vs_episodic.gnuplot | |
parent | 2483f393d9a3740b35606ca6acb6cb2df8ffdcd2 (diff) |
more doc
Diffstat (limited to 'doc/array_naive_vs_episodic.gnuplot')
-rw-r--r-- | doc/array_naive_vs_episodic.gnuplot | 4 |
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 |