There is nothing to do but watch. Enjoy.
This is an adaptation of a previous project of mine, namely "Times Table Graph Drawer"; I modified it slightly to draw the digits of pi in real time in order (although only 100000 are actually drawn). The pattern created is noticeably random. It draws a nice graph, though not much can really be discerned from it. It works by just relating digits to a position on the graph, e.g. 0 = 0 degrees around, 4 = 4*36 degrees around, etc. Each line is coloured based on the digit it leads to. The colours are fairly specific, so please look inside at the list to find them out if you are interested.