Graph API / framework

Kenneth McDonald kenneth.m.mcdonald at sbcglobal.net
Sun Jun 20 14:06:50 EDT 2004


The best package I've seen for doing Python API graphs is matplotlib.

However, I think what the poster is looking for is not x-y graphs,
but discrete (i.e. node/link) graphs, and for that I don't have
a suggestion. Pretty easy to put something together using
dicts, though.

Ken


In article <BP2dnQanQcyTFkjdRVn-vA at comcast.com>, Larry Bates wrote:
> You might want to review ReportLab.  It has a
> very nice graphing API.
> 
> www.reportlab.org
> 
> HTH,
> Larry Bates
> Syscon, Inc.
> 
> 
> "George Sakkis" <gsakkis at rutgers.edu> wrote in message
> news:40d4729e$1 at rutgers.edu...
>> Does anyone know of a good graph API ? The only one I found for Python is
>> part of kjbuckets
>> (http://starship.python.net/crew/aaron_watters/kjbuckets/kjbuckets.html),
>> but I was looking for something more sophisticated; I am more concerned
>> about elegance and extensibility than top performance. JUNG
>> (http://jung.sourceforge.net/doc/manual.html) for java looks more
> promising.
>> Does anyone have experience with it or some other relevant framework ?
>> Thanks,
>>
>> George
>>
>>
> 
> 



More information about the Python-list mailing list