PIL and PSDraw

Kjell Magne Fauske gg at fauskes.net
Wed Mar 1 09:23:29 EST 2006


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




More information about the Python-list mailing list