I am measuring data from a raspberry pi and want to utilize plotly offline (or any doable graphing package to be honest) to chart the measured data in real time to a flask app with plotly charts embedded.
Honestly I don't even need to use plotly. I have found that the support and documentation is quite unclear for my intents and purposes. I just want my flask app to take the measured data and plot it real time in a web browser. What are the best tools for this? I have never done any front end web programming before so I am quite lost.
You can use dash to update plotly charts: dash live updates. Dash open source is MIT licensed and can be embedded into existing or new webapp.