A video where I test out some of the features of Matplotlib (http://matplotlib.org/). The code is written in Python and of course also uses features of SciPy (http://scipy.orc/). I intend to use the scatter to plot progression of populations in a simulated universe, but it was so much fun to just animate interpolation between simple functions. I wish I had software like this when I was learning math. It would have been a LOT more fun!
Code Here:
http://demolishun.net/math/test_scatt...
The code is pretty simple. It creates a bunch of x/y plots and then interpolates between them randomly.