Am Wed, 20 Jun 2007 16:26:24 +0100
schrieb "Gerry Steele" <[EMAIL PROTECTED]>:

> My needs are to create line, bar and pie charts.

One fast way for line graphs would be plain PIL
(http://www.pythonware.com/products/pil/) module. But the results are
usually not really pretty: No antialiasing of lines, except you also use
the aggdraw module (http://effbot.org/zone/aggdraw-index.htm).

If you want do do really nice graphs, you might take a look at some
screenshots of matplotlib:
http://matplotlib.sourceforge.net/screenshots.html

The module is quite large, but has really many functions: from simple
pie charts (3D too) up to finance charts which gets data from
finance.yahoo.com

I took quite some time until I figured how matplotlib/pylab works, but
eventually I succeeded. Hopefully you'll get to some good results
faster than me :)

Martin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to