From 6ed89c99df60877c5ff26829b32faabfd7dec348 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 24 Jan 2010 14:42:20 +0000 Subject: Move key to lower right corner svn path=/scripts/gc_summary.awk; revision=2969 --- scripts/gc_summary.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/gc_summary.py') 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) -- cgit v1.2.3