Optimal spacing between subplots may differ within one figure depending on axes labels and tick label widths. A common example of this difference in preferred spacing is that the colorbar may not require the same spacing from the adjacent subplots as the subplots need from each other:

Current implementation only allows for one consistent height (or width) spacing between all subplots of a figure. Enabling wt.artists.create_figure() to accept a 1D list of values for hspace and wspace would enhance figure generation.
Optimal spacing between subplots may differ within one figure depending on axes labels and tick label widths. A common example of this difference in preferred spacing is that the colorbar may not require the same spacing from the adjacent subplots as the subplots need from each other:

Current implementation only allows for one consistent height (or width) spacing between all subplots of a figure. Enabling wt.artists.create_figure() to accept a 1D list of values for hspace and wspace would enhance figure generation.