要將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標簽的寬度和高度來自定義圖表在網頁中的顯示大小。