Alright, then go for the second option:
layout = go.Layout(
polar=dict(
radialaxis=dict(visible=True),
angularaxis=dict(type="category")
),
showlegend=True
)
Alright, then go for the second option:
layout = go.Layout(
polar=dict(
radialaxis=dict(visible=True),
angularaxis=dict(type="category")
),
showlegend=True
)