Skip to content

Commit 9032539

Browse files
authored
Merge pull request #140 from Carifio24/no-pad
Remove padding from base layout configuration
2 parents d176974 + a86b493 commit 9032539

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

glue_plotly/common/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ def base_layout_config(viewer, include_dimensions=True, **kwargs):
6969
l=margin_h,
7070
b=margin_v,
7171
t=margin_v,
72-
pad=10,
7372
),
7473
paper_bgcolor=settings.BACKGROUND_COLOR,
7574
plot_bgcolor=settings.BACKGROUND_COLOR,

0 commit comments

Comments
 (0)