Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm new to python and I coded a program with tons of 5 sets of 3 coordinates (5*3 lists). I wanted to track the position of the five points and hope it can update instantly while the program is running (if not that's fine). Since there are so many data (over 100000 sets), it is inconvenient to output and plot by matlab. I downloaded VPython module but I cannot plot in 3d. I found VPython really convenient but my program involves complicated calculations so that loops can reduce many lines.

Sorry for a long question, but in short, I wanted a module or something can visualize output of my data in 3d and update from time to time. Thanks. Python version: 2.7

share|improve this question
add comment (requires an account with 50 reputation)

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.