|
|
 |
 |
 |
 |
Python Programming Language
|
 |
 |
 |
 |
 |
 |
 |
 |
Chart drawing tool in python
Did you take a look at reportlab? (http://www.reportlab.org) Besides PDF also output in bitmap format, and there is a lot of customization possible.
On Apr 29, 9:52 pm, "ying@gmail.com" <ying@gmail.com> wrote: I've used PyChart in the past. Check out the Python wiki page on it to get started quickly. ---John
En Sun, 29 Apr 2007 22:52:22 -0300, ying@gmail.com <ying@gmail.com> escribi: > In Perl, there is a GD module to draw custom chart. > Can you please tell me if there is an equivalent library in python?
There is gdchart (google for it), but *I* prefer pychart for *my* charts. -- Gabriel Genellina |
 |
 |
 |
 |
|