summaryrefslogtreecommitdiff
path: root/gpsprof
diff options
context:
space:
mode:
Diffstat (limited to 'gpsprof')
-rwxr-xr-xgpsprof2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsprof b/gpsprof
index a1402b94..13931840 100755
--- a/gpsprof
+++ b/gpsprof
@@ -490,7 +490,7 @@ if __name__ == '__main__':
if not title:
title = plot.whatami()
if terminal:
- sys.stdout.write("set terminal %s\n" % terminal)
+ sys.stdout.write("set terminal %s size 800,600\n" % terminal)
sys.stdout.write("set title \"%s\"\n" % title)
sys.stdout.write(plot.plot())
except KeyboardInterrupt: