diff options
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) |