Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

How to Embed a plotly chart in html document

<iframe
  src="the/path/to/chart-name.html"
  width="800"
  height="600"
  title="chart name"
  style="border:none">
</iframe>
 
PREVIOUS NEXT
Tagged: #How #Embed #plotly #chart #html #document
ADD COMMENT
Topic
Name
3+5 =