I have a scatter plot set up and plotted the way I want it, and I want to create an .mp4 video of the figure rotating in space, as if I had used plt.show() and drag
Was looking into animating my plots with matplotlib when I stumbled upon this:
http://zulko.wordpress.com/2012/09/29/animate-your-3d-plots-with-pythons-matplotlib/
It provides simple function to animate around a plot and output in a number of formats.