Skip to content

Commit

Permalink
Set gpsprof output size to 800,600
Browse files Browse the repository at this point in the history
When using '-T png' the plots were too small.
  • Loading branch information
garyemiller committed Jul 13, 2016
1 parent e0d8dfb commit 713381b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gpsprof
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions leapseconds.cache
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
1230768000 # 2008-12-31T23:59:60
1341100799 # 2012-06-30T23:59:59
1435708799 # 2015-06-30T23:59:59
1483228800 # 2016-12-31T23:59:60

0 comments on commit 713381b

Please sign in to comment.