summaryrefslogtreecommitdiff
path: root/doc/array_naive_vs_episodic.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.gnuplot
parentf9a9a51884aadef97b8952b2807541d31b7e9917 (diff)
doc
Diffstat (limited to 'doc/array_naive_vs_episodic.gnuplot')
-rw-r--r--doc/array_naive_vs_episodic.gnuplot6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/array_naive_vs_episodic.gnuplot b/doc/array_naive_vs_episodic.gnuplot
new file mode 100644
index 0000000..3f7ea0e
--- /dev/null
+++ b/doc/array_naive_vs_episodic.gnuplot
@@ -0,0 +1,6 @@
+set xrange [0: 1000]
+
+plot 'logs/old.log' with lines,\
+ 'logs/new.log' with lines
+pause -1
+