Embed Plotly Graph in GUI

Script written in Python which live streams active data to the online Plotly interface. I need the graph to live stream into a local GUI (such as PyForms).

I’d suggest using Dash: plot.ly/dash

Here’s an example Dash Python app with streaming data:

https://camo.githubusercontent.com/16be7ae82d442a5da97dcb7f2f9bea0bf233c438/68747470733a2f2f63646e2e7261776769742e636f6d2f706c6f746c792f646173682d77696e642d73747265616d696e672f326230396633306564326331336336313338666338643865646430303532383661393065306261382f53637265656e73686f742f646173682d77696e642d73747265616d696e672e706e67

In particular, check out the section on live updates

That’s just what I needed. Thank you both for your suggestions!

1 Like