Animate a rotating 3D graph in matplotlib
If you want to learn more about matplotlib animations you should really follow this tutorial. It explains in great length how to create animated plots. Note: Creating animated plots require ffmpeg or mencoder to be installed. Here is a version of his first example changed to work with your scatterplot. # First import everthing you … Read more