从Python脚本在浏览器中运行绘图

时间:2017-03-11 20:12:49

标签: html python-2.7 plotly

我设法将HTML页面中的3D plot与iframe标记集成,该标记包含绘图的链接。我想知道我是否可以在不使用链接的情况下获得相同的结果,而是运行绘图的Python代码。因此,结果将是iframe标记或div标记中的相同图。

HTML文件包含以下行:

    <iframe link="false" width="900" height="800" frameborder="0" scrolling="no" src="https://plot.ly/~RPlotBot/3012.embed"></iframe>
</div>

对于创建绘图的Python脚本,我将其放在this gist

0 个答案:

没有答案