A few weeks back I stumbled across this github discussion, which showed a nice way of using Matplotlib's excellent animation tools in Julia:
https://github.com/JuliaLang/IJulia.jl/issues/107 I was curious how powerful this animation tool was, so I decided to try simulating a 2D and a 3D n-body problem, and animate the result in Julia. The results were quite nice, and I think they highlight the visualisation power that Julia already possesses. I hope others find them interesting :) 2D Case: http://nbviewer.ipython.org/github/tom26/JuliaFun/blob/master/2D%203-Body%20Problem.ipynb 3D Case: http://nbviewer.ipython.org/github/tom26/JuliaFun/blob/master/3D%20n-body%20problem.ipynb Tom
