Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 plot.ly 在某些数据上绘制一些图表。该图显示正确,但我想获取托管在 plot.ly/username/xxx 上的图的 url。有没有办法以编程方式获取网址?我检查了 plot.ly 文档,但没有遇到此选项。
创建绘图时默认设置。URL由函数传递
import plotly.plotly as py url = py.plot(fig, filename='stacked-bar')