mirror of
https://github.com/wassname/matplotlibrc.git
synced 2026-09-07 16:50:07 +08:00
Sets tight layout
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user