From aeae42498d95c145c2b10ad9cd76e346d7821ed6 Mon Sep 17 00:00:00 2001 From: Simon Walker Date: Tue, 5 Nov 2013 16:18:26 +0000 Subject: [PATCH] Sets tight layout --- showstyle.py | 1 + 1 file changed, 1 insertion(+) diff --git a/showstyle.py b/showstyle.py index 0177281..56042ec 100755 --- a/showstyle.py +++ b/showstyle.py @@ -67,6 +67,7 @@ if 'image' in args.plot or args.plot == 'all': ax = fig.add_subplot(224) image(ax) +plt.tight_layout() if args.output: plt.savefig(args.output) else: