Re: Charting in python

2001-10-04 Thread Jason Cunliffe
"Jeremy Dillworth" <[EMAIL PROTECTED]> wrote: > Does anyone know of a good (and well documented) linux/win32 charting > API for python? OpenSource/Free is preferable, but I can go commercial > if need be. I don't have personal experience, but I recently saw an anouncement for Python port of 'Gr

RE: Charting in python

2001-10-04 Thread Andy Robinson
You might also want to look at the 'graphics' subpackage within Reportlab (www.reportlab.com). This is an 'object graphics' framework which can output a vector drawing to PDF, PS or bitmaps using identical text metrics on all platforms (with Type 1 fonts). As well as generalized drawings we hav

RE: Charting in python

2001-10-04 Thread Jeremy Dillworth
Thanks. Do you know where I could find some example code? --- Kári_Harðarson <[EMAIL PROTECTED]> wrote: > Hi, > > I've used GDChart quite successfully. > GDChart is actually written in C; the > Python wrapper may not need updates > when the C library is updated. > I haven't looked lately, I'l