Shrink image sizes

This commit is contained in:
Yin Li 2020-05-02 23:43:33 -04:00
parent b50c7b6350
commit 69e9992545

View File

@ -21,8 +21,8 @@ def fig3d(*fields, size=64, title=None, cmap=None, norm=None):
if title is not None:
assert len(title) == nf
im_size = 3
cbar_height = 0.5
im_size = 2
cbar_height = 0.3
cbar_frac = cbar_height / (nc * im_size + cbar_height)
fig, axes = plt.subplots(
nc, nf,