From 680e67bc8b717fb45f1484d9ac31c1b099cf6acc Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Thu, 14 Jan 2016 18:30:36 +0000 Subject: [PATCH] Adjusted spacing on subplots. --- tools/plot_Ascan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/plot_Ascan.py b/tools/plot_Ascan.py index 9915bd3c..c7137297 100644 --- a/tools/plot_Ascan.py +++ b/tools/plot_Ascan.py @@ -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: