diff options
Diffstat (limited to 'doc/array_naive_vs_episodic_deriv.gnuplot')
-rw-r--r-- | doc/array_naive_vs_episodic_deriv.gnuplot | 5 |
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 |