Skip to content
Advertisement

Updating a plot in python in real time

I have a python code in which I calculate a quantity for a large number of values of a parameter and then plot the quantity as a function of a parameter. Here is an example

JavaScript

However I want that the plot to get dynamically updated such that every time a new element of the q array is calculated it is added to the plot. How can I do that?

Advertisement

Answer

JavaScript

ripped from the post i put in the comments …

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement