Aashita Kesarwani
Aashita Kesarwani

Reputation: 328

Embedding Plotly interactive graphs into blog without losing animation

I want to embed an animated graph (something similar to this one) in my blog. I am unable to render an animated graph using the share or any other option suggested here. Is there a way I can do this? The graph is originally created using plotly offline in Jupyter notebook. Any help is greatly appreciated.

Upvotes: 1

Views: 1210

Answers (1)

Naren Murali
Naren Murali

Reputation: 56828

You just need to add the iframe provided in the plotly online editor embed options, past the code given below.

<iframe width="900" height="800" frameborder="0" scrolling="no" src="//plot.ly/~kai1992cool/20.embed"></iframe>

Please do try and let me know how it goes!

Upvotes: 1

Related Questions