diff options
Diffstat (limited to 'scripts/gc_summary.awk')
-rw-r--r-- | scripts/gc_summary.awk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gc_summary.awk b/scripts/gc_summary.awk index 468cd891..b3b1bc6a 100644 --- a/scripts/gc_summary.awk +++ b/scripts/gc_summary.awk @@ -26,6 +26,7 @@ BEGIN { print "set timefmt '%Y-%m-%dT%H:%M:%S'"; #print "set format x '%d%b'"; print "set format x '%T'"; + print "set key right bottom"; if (outname) { print "set terminal", outtype; print "set output '" outname "." outtype "'"; |