Shrink space between images

This commit is contained in:
Yin Li 2020-05-04 17:13:24 -04:00
parent 9b06b0f1a7
commit 3e13202fb5

View File

@ -95,6 +95,6 @@ def fig3d(*fields, size=64, title=None, cmap=None, norm=None):
shrink=0.9,
)
# fig.set_constrained_layout_pads(w_pad=0, h_pad=0, wspace=0, hspace=0)
fig.set_constrained_layout_pads(w_pad=3/72, h_pad=3/72, wspace=0, hspace=0)
return fig