Lately there have been quite a number of questions regarding the recreation of xkcd-style graphs like the following one (1064) in various languages.

Your goal is to recreate any existing xkcd comic as close to the original as possible. The comic has to have at least one simple graph or pie chart or similar element.
The highest voted question wins, not sooner than 10 days after the first valid answer.
Your entry must contain code that displays an xkcd-comic as described above in a graphing language, making at least some use of its plotting tool (Mathematica, MatLab, etc.)
- the comic must not be stored as an image, it has to be generated procedulally
- there must not be any link whatsoever to the original website, or a mirror of it, or its contents on your hard drive, etc.
Votes should evaluate the similarity of the results to the original, and to a lesser extent, the beauty of the solution. No code golf here, but a solution as short and simple as possible is expected.


