I am generating 3D interactive matplotlib figures.I would like to save them and then open them and still have the interactive capability.
1.How can I do this? Right now when I save them all the interactive features are lost.
2.Is there a workaround? for example save in a '.fig' format from python and then open it in matlab? or use a python to matlab connector?