Eric Brunson
brunson at brunson.com
Tue Feb 26 23:48:20 EST 2008
Roberto C. Sánchez wrote: > On Wed, Feb 27, 2008 at 10:21:50AM +0700, Syahreza Octadian wrote: > >> Dear all, >> >> i am beginner with mod_python, now i'm trying to create web application that >> will show chart of data from mysql database. I'm confuse what kind of class >> that i can use to make a chart, is somebody have try this please help me.... >> >> > First it depends what sort of data you are charting. However, some > possible alternatives include: > > - The Python GD library > - The Python Imaging library > - Calling GNUplot via os.system() with your data > > If you would like a more detailed reply, then please provide more > information. > We've just started switching all our graphing over to using mod_python and OpenFlashChart. We find it an extremely flexible and interactive solution. http://teethgrinder.co.uk/open-flash-chart > Regards, > > -Roberto > > P.S. If you are a beginner, please swith to PostgreSQL. > Whatever.
|