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
; -Original Message- > > From: Jeremy Dillworth [mailto:[EMAIL PROTECTED]] > > Sent: 4. október 2001 13:02 > > To: [EMAIL PROTECTED] > > Subject: Charting in python > > > > > > Does anyone know of a good (and well documented) linux/win32 >

Charting in python

2001-10-04 Thread Jeremy Dillworth
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've tried/considered: - PILGraph - still alpha release - GDChart - py21 version still beta after 6 months, little documentation - ChartDirecto