From f5ad52c94d59e6412328ea79b1f62debdba3f7f3 Mon Sep 17 00:00:00 2001 From: Heikki Hokkanen Date: Tue, 7 Aug 2007 15:06:01 +0300 Subject: [PATCH] Added sample gnuplot Commits by Year file. --- commits_by_year.plot | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 commits_by_year.plot diff --git a/commits_by_year.plot b/commits_by_year.plot new file mode 100644 index 0000000..cd84bdd --- /dev/null +++ b/commits_by_year.plot @@ -0,0 +1,5 @@ +set terminal png +set size 0.5,0.5 +set output 'commits_by_year.png' +unset key +plot 'commits_by_year.dat' using 1:2 w lp