PIL is, as far as i know,primarily a tool for creating and manipulating raster graphics. If you want to create eps vector graphics with Python I recommend PyX: http://pyx.sourceforge.net/ Take a look at the examples to see some of the possibilities: http://pyx.sourceforge.net/examples/index.html
If you want to create charts and plots, matplotlib is also an excellent tool: http://matplotlib.sourceforge.net/ Regards, Kjell Magne Fauske http://fauskes.net -- http://mail.python.org/mailman/listinfo/python-list