Adjusted spacing on subplots.

这个提交包含在:
Craig Warren
2016-01-14 18:30:36 +00:00
父节点 dbe5a1b9fc
当前提交 680e67bc8b

查看文件

@@ -122,7 +122,7 @@ for rx in range(1, nrx + 1):
# If multiple fields required, creat all nine subplots and populate only the specified ones
else:
fig, ax = plt.subplots(subplot_kw=dict(xlabel='Time [ns]'), num='rx' + str(rx), figsize=(20, 10), facecolor='w', edgecolor='w')
gs = gridspec.GridSpec(3, 3, hspace=0.3)
gs = gridspec.GridSpec(3, 3, hspace=0.3, wspace=0.3)
for output in args.outputs:
# Check if requested output is in file
if output not in availablecomponents: