try this: my_data = [go.Bar( x = df.Publisher, y = df.Views)] my_layout = go.Layout({"title": "Views by publisher", ...
確定! 回上一頁