Bar plot bottom text too large

Hi,

I am creating a go.Bar plot with x=, but the strings are too large and only partially show up. How can I extend the height of the go.Bar x-axis legend so that I can see the full text?

Thanks

I’ve been trying variations of xaxis=go.layout.XAxis() but I still can’t get the a axis to nicely show the text I am giving it. Anybody???

This is the answer (copied from here):

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

1 Like