commit: 7c90dad1ba398e6c7c5f4955d538b449a0b46670 Author: Manuel Rüger <manuel <AT> rueg <DOT> eu> AuthorDate: Thu Jan 1 16:42:10 2015 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Thu Jan 1 16:42:10 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/ruby-scripts.git;a=commit;h=7c90dad1
Adjust keys. --- ruby-stats/plot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby-stats/plot b/ruby-stats/plot index 31605a9..f0bf2ba 100644 --- a/ruby-stats/plot +++ b/ruby-stats/plot @@ -12,7 +12,7 @@ set xlabel "Time" set xdata time set timefmt "%Y-%m-%d" set format x "%b %d" - +set key left maxrows 3 set key top left plot "data.txt" using 1:3 with lines lt 2 title "total", \
