Skip to content

Commit 854965b

Browse files
committed
add more padding
1 parent 87870fe commit 854965b

File tree

1 file changed

+1
-1
lines changed
  • Exec/science/xrb_spherical/analysis

1 file changed

+1
-1
lines changed

Exec/science/xrb_spherical/analysis/slice.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def slice(fnames:list[str], fields:list[str],
303303
nx = math.ceil(num/ny)
304304

305305
grid = ImageGrid(fig, 111, nrows_ncols=(nx, ny),
306-
axes_pad=1, label_mode="L", cbar_location="right",
306+
axes_pad=1.1, label_mode="L", cbar_location="right",
307307
cbar_mode="each", cbar_size="2.5%", cbar_pad="0%")
308308

309309
# Output plot file name

0 commit comments

Comments
 (0)