summaryrefslogtreecommitdiff
path: root/doc/array_naive_vs_episodic_deriv.gnuplot
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2016-01-07 00:44:01 +0100
committerFlorian Jung <flo@windfisch.org>2016-01-07 00:44:01 +0100
commita7763a22a08117dca62a6e9616ecea33fe7e4c65 (patch)
tree92d0340418bdc9326479f0f01ca58d1226fdd5f6 /doc/array_naive_vs_episodic_deriv.gnuplot
parentf9a9a51884aadef97b8952b2807541d31b7e9917 (diff)
doc
Diffstat (limited to 'doc/array_naive_vs_episodic_deriv.gnuplot')
-rw-r--r--doc/array_naive_vs_episodic_deriv.gnuplot5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/array_naive_vs_episodic_deriv.gnuplot b/doc/array_naive_vs_episodic_deriv.gnuplot
new file mode 100644
index 0000000..0900f2e
--- /dev/null
+++ b/doc/array_naive_vs_episodic_deriv.gnuplot
@@ -0,0 +1,5 @@
+set xrange [0: 1000]
+
+plot 'derivs/old.log' with lines,\
+ 'derivs/new.log' with lines
+pause -1