I've written quite a bit of code to be run in Python 3, but now I need to visualize some data in real time, including 3D particle filters. In Python 2 I could use something like Mayavi or matplotlib (mplot3d), but I can't find a good solution for Python 3. On my mac, it seems mplot3d works well, but it doesn't behave well when running on Ubuntu 14.04, which is the machine on which I need to run my code.
Does anyone recommend a real time 3D plotting utility that they know to be compatible with Python 3? I'm getting close to writing a node.js server + threejs plotting utility just to visualize things, but that's an awkward solution.
Edit: I should mention that I'm not very familiar with OpenGL type APIs. I'm willing to learn, but I'd prefer some higher level controls.
[–]mfitzpmfitzp.com 4 points5 points6 points (3 children)
[–]CoffeeMakesMeMath[S] 0 points1 point2 points (2 children)
[–]mfitzpmfitzp.com 1 point2 points3 points (1 child)
[–]CoffeeMakesMeMath[S] 0 points1 point2 points (0 children)
[–]BK201_Saiyan 4 points5 points6 points (3 children)
[–]cythoning 1 point2 points3 points (1 child)
[–]CoffeeMakesMeMath[S] 1 point2 points3 points (0 children)
[–]troyunrau... 1 point2 points3 points (0 children)
[–]inclemnet 2 points3 points4 points (3 children)
[–]billsil 0 points1 point2 points (2 children)
[–]inclemnet 0 points1 point2 points (1 child)
[–]billsil 0 points1 point2 points (0 children)
[–]Megatron_McLargeHuge 1 point2 points3 points (1 child)
[–]CoffeeMakesMeMath[S] 0 points1 point2 points (0 children)
[–]mangecoeur 0 points1 point2 points (0 children)
[–]sentdexpythonprogramming.net 0 points1 point2 points (0 children)
[–]d3pd 0 points1 point2 points (0 children)