plotly 畫圖使用

jupyter 上使用 import plotly.plotly as py import plotly.graph_objs as go py.sign_in('用戶名', 'API Key') #https://plot.ly 網站上註冊得到 trace = go.Bar(x=[1, 2], y =[1,2]) data = [trace] py.iplot(data)
相關文章
相關標籤/搜索