From 50c1d85cba3c0fc3c1580161c483f07a0f46e4c6 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Tue, 24 Nov 2015 17:34:55 +0000 Subject: [PATCH] Corrected opening of multiple receiver figure windows. --- tools/plot_Ascan_hdf5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/plot_Ascan_hdf5.py b/tools/plot_Ascan_hdf5.py index f29b1afa..b00cea74 100644 --- a/tools/plot_Ascan_hdf5.py +++ b/tools/plot_Ascan_hdf5.py @@ -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() \ No newline at end of file