diff options
author | Manuel Rüger <manuel@rueg.eu> | 2014-05-31 15:30:31 +0200 |
---|---|---|
committer | Manuel Rüger <manuel@rueg.eu> | 2014-05-31 15:30:31 +0200 |
commit | 0790fc284e46d953722823e90b381c98a5b94c76 (patch) | |
tree | 61c5d6d3f64d7fd786da00e3fa7b353996e4378a /ruby-stats | |
parent | Do not hardcode portdir (diff) | |
download | ruby-scripts-0790fc284e46d953722823e90b381c98a5b94c76.tar.gz ruby-scripts-0790fc284e46d953722823e90b381c98a5b94c76.tar.bz2 ruby-scripts-0790fc284e46d953722823e90b381c98a5b94c76.zip |
Move keybox to the left.
Diffstat (limited to 'ruby-stats')
-rw-r--r-- | ruby-stats/plot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ruby-stats/plot b/ruby-stats/plot index 7f13ce6..962734c 100644 --- a/ruby-stats/plot +++ b/ruby-stats/plot @@ -9,11 +9,12 @@ set object 1 rect fc rgb "white" fillstyle solid 1.0 set title "RUBY\\_TARGETS support in Gentoo\n{/*0.7 based on latest version per slot \\@ `cat $(portageq portdir 2>/dev/null)/metadata/timestamp`}" set ylabel "Packages" set xlabel "Time" - set xdata time set timefmt "%Y-%m-%d" set format x "%b %d" +set key top left + plot "data.txt" using 1:3 with lines lt 2 title "total", \ "data.txt" using 1:4 with lines lt 1 lc 1 title "ruby18", \ "data.txt" using 1:5 with lines lt 1 lc 2 title "ruby19", \ |