Re: Creating Graphs for the Web

2007-05-23 Thread James Stroud
Michael Bentley wrote: > > On May 23, 2007, at 4:17 PM, erikcw wrote: > >> I'm working on a django powered website, and need to dynamically >> generate some graphs (bar, pie, and line) from users' data stored in >> MySQL. >> >> Can anyone recommend a good library I can use for this? > > > Matpl

Re: Creating Graphs for the Web

2007-05-23 Thread Michael Bentley
On May 23, 2007, at 4:17 PM, erikcw wrote: > I'm working on a django powered website, and need to dynamically > generate some graphs (bar, pie, and line) from users' data stored in > MySQL. > > Can anyone recommend a good library I can use for this? Matplotlib! -- http://mail.python.org/mailm

Creating Graphs for the Web

2007-05-23 Thread erikcw
Hi, I'm working on a django powered website, and need to dynamically generate some graphs (bar, pie, and line) from users' data stored in MySQL. Can anyone recommend a good library I can use for this? Thanks! Erik -- http://mail.python.org/mailman/listinfo/python-list