I am trying to embed a 3D plot in a Qt4 GUI (has other buttons), is this possible using matplotlib's mplot3d?
I am aware that 2d plots are possible using "matplotlib.backends.backend_qt4agg", and i have done this.
If yes, please quote an example.
If no, what is the favorite option? VTK?
Thanks!
While not the cleanest thing you're going to see. I've noticed that is it not as fast as the tkinter backend. Then again it works.
Have fun: