Shrink space between images
This commit is contained in:
parent
9b06b0f1a7
commit
3e13202fb5
@ -95,6 +95,6 @@ def fig3d(*fields, size=64, title=None, cmap=None, norm=None):
|
|||||||
shrink=0.9,
|
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
|
return fig
|
||||||
|
Loading…
Reference in New Issue
Block a user