Re: graph tools

2009-04-23 Thread R. Gorman
There's also Google visualizations (http://code.google.com/apis/ visualization/). They have a python library that can easily interact with Django (http://code.google.com/apis/visualization/documentation/ dev/gviz_api_lib.html). --~--~-~--~~~---~--~~ You received thi

Re: graph tools

2009-04-23 Thread Zain Memon
You might find it easier to go with a Javascript library to render the graphs instead; for example, the excellent flot plugin for jQuery. http://code.google.com/p/flot/ On Thu, Apr 23, 2009 at 12:10 AM, Lars Stavholm wrote: > > Hi All, > > looking to produce graphs within a django application, >

graph tools

2009-04-23 Thread Lars Stavholm
Hi All, looking to produce graphs within a django application, preferably within the admin site. django-graphs might be a contender, but it seems to be not fully completed yet. Anyone using it? Other django graph app's? Any advice appreciated /Lars Stavholm --~--~-~--~~---