How to convert color type of expression

2001-10-04 Thread ???
How to convert RGB to color name or reverse. I would like know any function or API. For example: RGB(0,0,255) --> Blue Blue --> RGB(0,0,255) Han rدxü­†‰æj)bž b²Ð¶+Þ?+a¢yb²Û®ð¶+ÞJÖ­yÊ&†Ûiÿùb²Û®ð¶+ÞJÖ­yÊ&þf¢–f§þX¬¶)ߣöœ¶+Þ§+a¢

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

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