要将Plotly图表嵌入到网页中,可以按照以下步骤进行:
在Plotly网站上创建并保存您的图表。
将图表的分享链接复制到您的网页代码中。分享链接类似于https://plotly.com/~username/1234。
在您的网页代码中,使用以下代码将图表嵌入到网页中:
<iframe width="100%" height="600" frameborder="0" scrolling="no" src="https://plotly.com/~username/1234.embed"></iframe>
将其中的https://plotly.com/~username/1234替换为您的图表的分享链接。
这样就可以将Plotly图表成功嵌入到您的网页中了。您也可以通过调整iframe标签的宽度和高度来自定义图表在网页中的显示大小。