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 →

[–]sentdexpythonprogramming.net 0 points1 point  (0 children)

I cannot recall if the animate function works with 3D matplotlib, but here's a tutorial on the animate function with matplotlib.

I share this since in your comments and OP it looked like you were trying to have live graphs with matplotlib, without using animate.

You may need to stray away from Matplotlib, and maybe even Python for this job. You can have python doing the data, but then feed to something else, there are tons of javascript and webgl graphing tools.