Sets tight layout

This commit is contained in:
Simon Walker
2013-11-05 16:19:24 +00:00
parent 87c3683a70
commit aeae42498d
+1
View File
@@ -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: