Summary

Pychart is a pure Python plotting package. It can generate most basic kinds of charts that you would expect, on a par with a typical spreadsheet application.

It's output is essentially PostScript; it can also directly generate PDF files. So, you have all the customary benefits of working with PostScript. If you have Ghostscript installed, Pychart can use it to generate PNG format.

The API is all script-oriented. That is, there is no WYSIWYG chart editor; simple scripts construct a chart out of Python data structures. Most parameters have sensible defaults, so it's easy to make simple charts. But most everything is parameterized so you can make elaborate charts if you want.

Pychart homepage has more information, and a passel of sample plots.

Commentary

After surveying scads of Python plotting packages I chose Pychart to analyze reams of test data for a project and it worked well for me.

Things I liked:

Things I disliked:

[DanEverhart 2004/10/23]


(add more comments here)

Pychart (last edited 2008-03-04 08:33:04 by localhost)