Reputation: 964
I have a script that produces real time data, is it possible to plot all of this data and show a moving curve as data is acquired using matplotlib?
Upvotes: 1
Views: 94
Reputation: 85422
Matplotlib supports animations. The easiest is to look at some of the examples.
Upvotes: 1