Request: build an integration for plot.ly
-
plot.ly is a fairly new (and amazing) tool for generating interactive representations of data (graphs, etc.) I predict it will be increasingly used by professional scientists and mathematicians.
Can we have an integration, please? Currently plot.ly graphs can only be embedded through iframes, which wordpress does not allow for security reasons.
The blog I need help with is: (visible only to logged in users)
-
-
Hey Sean, Matt from Plotly here; thanks for the encouragement :) .
You have two potential options. Let me know if I’m missing something, and if we can help out.
One is you can download and embed your graphs as images, then link back to the live graph. Since Plotly graphs are at a URL, you could presumably put in the image then link back to the URL, e.g.,: https://plot.ly/~streaming-demos/4/double-pendulum-simulation/. Though, as that live-streaming demo shows, you don’t get the interactivity in the image or movement if it’s streaming (and 3D graphs wouldn’t be as fun that way).
The other move could be following up on what raincoaster suggests and looking elsewhere. This is what we ended up doing because of the iframe issue. So we’re using Tumblr. You could do that, or use GitHub blogs for your iframes (https://pages.github.com/). Here’s an example from our Tumblr:
http://blog.plot.ly/post/84402951992/contour-plots-error-bars-chocolate-beer-meat.
If you’d like to check it out, you can see how embedding works here: https://plot.ly/python/embedding-plotly-graphs-in-HTML/.
- The topic ‘Request: build an integration for plot.ly’ is closed to new replies.