Forums

real time updating plot

I have to do a data aquisiton and make with the data receive a real time updating plot in a infinite loop. So every time I get a new set of data from generator for example I want to display them by modifying directly on the plot the modifications. I would be very grateful if you can give me some advices or directions in the way to do that. Thank you!

To work on PythonAnywhere, your best bet would be to publish the current data you want to plot at a particular URL and then poll it from Javascript in the browser.