[Image-SIG] ploting and making images.

Bill Janssen janssen at parc.com
Thu Feb 19 12:40:54 EST 2004


You can make simple charts with PIL, including histogram charts.  I do
it in one of my CGI scripts, to produce loglog plots of document
distribution in a digital library.  The script creates a new PNG image,
then returns it to the browser.  Create a new image with Image.new(),
and draw on it using the ImageDraw module, then save it to a file.

Bill




More information about the Image-SIG mailing list