summaryrefslogtreecommitdiff
path: root/doc/array_naive_vs_episodic.gnuplot
diff options
context:
space:
mode:
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
+