Shrink colorbar length
This commit is contained in:
parent
69e9992545
commit
9b06b0f1a7
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ def fig3d(*fields, size=64, title=None, cmap=None, norm=None):
|
|||
orientation='horizontal',
|
||||
fraction=cbar_frac,
|
||||
pad=0,
|
||||
shrink=0.9,
|
||||
)
|
||||
|
||||
# fig.set_constrained_layout_pads(w_pad=0, h_pad=0, wspace=0, hspace=0)
|
||||
|
|
Loading…
Reference in a new issue