diff options
author | Manuel Rüger <manuel@rueg.eu> | 2015-01-01 17:42:10 +0100 |
---|---|---|
committer | Manuel Rüger <manuel@rueg.eu> | 2015-01-01 17:42:10 +0100 |
commit | 7c90dad1ba398e6c7c5f4955d538b449a0b46670 (patch) | |
tree | c1f02082f828bd4cbe469bb4dec712b6474bc578 | |
parent | Update shebang. (diff) | |
download | ruby-scripts-7c90dad1ba398e6c7c5f4955d538b449a0b46670.tar.gz ruby-scripts-7c90dad1ba398e6c7c5f4955d538b449a0b46670.tar.bz2 ruby-scripts-7c90dad1ba398e6c7c5f4955d538b449a0b46670.zip |
Adjust keys.
-rw-r--r-- | ruby-stats/plot | 2 |
1 files changed, 1 insertions, 1 deletions
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", \ |