问题
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