Remove “Edit Chart” link from Plotly plot (Python)

假如想象 提交于 2021-02-07 04:20:15

问题


I'm using Python to plot some graphics with the Plotly framework.

I would like to remove the Edit Chart link at the bottom-right. I tried different solutions, like

py.iplot(fig, filename=filename, show_link=False)

or adding the &link=false string at the end of the URL while embedding the plot in an HTML page, but the link is still there.

来源:https://stackoverflow.com/questions/42957873/remove-edit-chart-link-from-plotly-plot-python

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!