Bar plot bottom text too large

This is the answer (copied from here):

layout = go.Layout(
height=800,
margin=go.layout.Margin(
b=400,
)
)

1 Like