Update of some plot sizes and file names.

这个提交包含在:
Craig Warren
2016-01-13 13:50:02 +00:00
父节点 fbd4410c49
当前提交 460b0434b2
共有 5 个文件被更改,包括 8 次插入5 次删除

查看文件

@@ -122,7 +122,6 @@ for rx in range(1, nrx + 1):
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)
# fig, ((ax1, ax2), (ax3, ax4), (ax5, ax6)) = plt.subplots(nrows=3, ncols=2, sharex=False, sharey='col', subplot_kw=dict(xlabel='Time [ns]'), num='rx' + str(rx), figsize=(20, 10), facecolor='w', edgecolor='w')
for output in args.outputs:
outputdata = f[path + output][:]
if output == 'Ex':