Corrected opening of multiple receiver figure windows.

这个提交包含在:
Craig Warren
2015-11-24 17:34:55 +00:00
父节点 d6a51bbbbf
当前提交 50c1d85cba

查看文件

@@ -44,6 +44,6 @@ for rx in range(1, nrx + 1):
Hz = f[path + 'Hz'][:]
fig, plt = plot_Ascan('rx' + str(rx), time, Ex, Ey, Ez, Hx, Hy, Hz)
#fig.savefig(os.path.splitext(os.path.abspath(file))[0] + '.pdf', dpi=None, format='pdf', bbox_inches='tight', pad_inches=0.1)
plt.show()
plt.show()
f.close()