I am plotting a 3D plot in python using matplotlib. The data is quite heavy.
When I run it in Atom alone it creates a new window where I have a panel to zoom, reorient and save the figure. Like this:
However, since I don't want to load the data for the plot everytime I started using Hydrogen package, which allows to run the code by segments (I load once, and then try different plottings). The problem I encounter is that when I plot the figure using Hydrogen the figure is static, I can't rotate nor zoom on it. See:
Would anyone know how to do this?
Thanks!