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:
In particular, check out the section on live updates
That’s just what I needed. Thank you both for your suggestions!
1 Like