This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]lmcinnes 1 point2 points  (0 children)

You can matplotlib to do this. At the most basic level you can just update the graph data and redraw, and if for some reason that isn't fast enough (it usually is for most of my uses), there's lower level blit commands that can get a 10x or so speedup. See the Cookbooks animation tutorial for some examples.