Python interface to GDChart

GDChart

I found GDChart to be just what I needed for a recent project. It is the best library I have found for creating charts and graphs in PNG and JPEG format. Visit the GDChart home page to get an idea of what it can do.

GDChart is built on gd, Tom Boutell's library for creating PNG and JPEG images. In the past, gd was capable of creating GIFs. Due to the infamous Unisys patent encumbering the GIF format, recent versions of gd produce images in PNG and JPEG format -- GIFs are not supported.

Usage

Here are the doc strings from the Python interface.

History

Version 0.4 (02 May 2000):

Version 0.3 (17 Feb 2000):

Version 0.2 (03 Feb 2000):

Version 0.1 (11 Aug 1999):

Download

I have compiled and tested the code on Windows NT 4.0. I have not tested the latest build on Linux or Solaris. (If it's broken, please let me know!) Ideas for improvements are welcome. I will respond to bug reports as soon as possible.

You can use the Python module as you see fit, but if you distribute a modified version, please identify it as such. The software comes with no warranty, etc.

Latest (version 0.4)


Version 0.3 (with GIF support)


msteed@fiber.net
02 May 2000 09:37:12