This website is for people who do data analysis or statistics and want to make animated videos of their work. Because I use stop-frame animation, you are limited only by your imagination (and patience!), not by software. There are easier tools around, like gganimate in R, but they will limit your options. I use Stata and R here, but any software that lets you write a script/program to repeatedly make graphs and save them as picture files will do this. No fancy video editing or graphics software are involved!
5. Extended ←you are here
The animation below is one I developed for a lecture on missing data. The idea is that you have 15 observations with missing data, and they move to their true (but unknown) positions among the jittered dot plot on the y-axis. It uses the phantom data approach to create trails, but adds in some more features:
This is a video I did for an article in Significance magazine. Two time series (sales of beer and wine in the UK) are plotted to the x and y axes so that over time we move around in booze space. There are a number of additional features here:
It's worth noting how I make extra effort to write code that will work with different datasets. This is more work, but it means that I can just copy it across into future animations, building them up from bits of previous ones. The only place in the code where I failed to do this (hey, it was getting late and I had a deadline!) was the coloured lines in the outro section, whose co-ordinates are hard-wired in.
Yes, the most hard-working member of the animatedgraphs.co.uk team was constructed one afternoon using this R code. The pie chart is drawn as polygons so that one of them can move off, and the antennae and legs have some sort of sinusoidal motion. Apart from that, it just brings together aspects explored previously.