Plotly set plot borders and paper

there’s a margin property that might be helpful
plot.layout.margin = dict(t=10, b=10, l=0, r=0)

By default I think they are 80 or 100

2 Likes