Вы находитесь на странице: 1из 1

Live Graphs with Matplotlib

Live updating graphs which can update their plots live whenever the external or internal
data-source updates.
Generally we use this this type of things for something like visualizing live stock pricing
data or real time data like COVID-19, or maybe you have a sensor connected to your
computer, and you want to display the live sensor data on screen.
To do this, Generally we use the animation functionality with Matplotlib.

Assignment Task:
Generate live line graph which takes input from any text document which contains two
parameters like a,b. Update the graph every time whenever user updates the source text file.
Text file may looks like:

Вам также может понравиться