summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <manuel@rueg.eu>2014-05-31 15:30:31 +0200
committerManuel Rüger <manuel@rueg.eu>2014-05-31 15:30:31 +0200
commit0790fc284e46d953722823e90b381c98a5b94c76 (patch)
tree61c5d6d3f64d7fd786da00e3fa7b353996e4378a
parentDo not hardcode portdir (diff)
downloadruby-scripts-0790fc284e46d953722823e90b381c98a5b94c76.tar.gz
ruby-scripts-0790fc284e46d953722823e90b381c98a5b94c76.tar.bz2
ruby-scripts-0790fc284e46d953722823e90b381c98a5b94c76.zip
Move keybox to the left.
-rw-r--r--ruby-stats/plot3
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", \