A small python module for generation of animated XKCD plots with matplotlib.
- matplotlib
- PIL
- imageio
You might have to install fonts xkcd, xkcd Script, Comic Neue and Comic Sans MS for full styling but it will still work without them). You can find the xkcd fonts here.
Use it as a stand alone module.
import xkcdanimator
def drawFunction(p):
...
xkcdanimator.animate(drawFunction, [p])Execute xkcdanimator as main for an example