diff options
author | Rob Austein <sra@hactrn.net> | 2010-01-24 14:42:20 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2010-01-24 14:42:20 +0000 |
commit | 6ed89c99df60877c5ff26829b32faabfd7dec348 (patch) | |
tree | 7f788c10de70216f56e6d0521293efa45f57b5b3 /scripts/gc_summary.py | |
parent | 387f1d8f60059da68270189325956fac5306abf7 (diff) |
Move key to lower right corner
svn path=/scripts/gc_summary.awk; revision=2969
Diffstat (limited to 'scripts/gc_summary.py')
-rw-r--r-- | scripts/gc_summary.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gc_summary.py b/scripts/gc_summary.py index 2c0dec7c..1f6987bf 100644 --- a/scripts/gc_summary.py +++ b/scripts/gc_summary.py @@ -68,6 +68,7 @@ class datapoint(object): print "set xdata time" print "set timefmt '%Y-%m-%dT%H:%M:%S'" print "set format x '%s'" % cls.timefmt + print "set key right bottom" if cls.outname: print "set terminal", cls.outtype print "set output '%s.%s'" % (cls.outname, cls.outtype) |