Skip to content

Commit 57ebaa4

Browse files
committed
Fix padding
1 parent afef920 commit 57ebaa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

panel/simdec_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def figure_pn(
272272
axs[1][1].set_box_aspect(aspect=1)
273273
axs[1][1].axis("off")
274274

275-
fig.subplots_adjust(wspace=0, hspace=0)
275+
fig.subplots_adjust(wspace=-0.015, hspace=0)
276276
return fig
277277

278278

0 commit comments

Comments
 (0)