drrawing graphs
Greg Landrum
glandrum at my-deja.com
Sun Sep 3 10:57:22 EDT 2000
More information about the Python-list mailing list
Sun Sep 3 10:57:22 EDT 2000
- Previous message (by thread): Regular expressions in Python
- Next message (by thread): drrawing graphs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
In article <20000902114624.22663.00003743 at ng-cg1.aol.com>, poparosa at aol.com (Poparosa) wrote: > Anyone, > > What is the best way (what are my options) > to draw simple line graphs using python? I need > to hit a mySQL database, get some data values, > and display these on a graph to a web browser. > > I have heard that PIDDLE works well, but I am > looking for options and opinions. > Piddle will, indeed, do what you want. If you are looking for line graph functionality, then you may want to look at Graphite (graphite.sourceforge.net), which is set up specifically to do graphs using Piddle as its rendering engine. Graphite has ambitious goals, which it has a ways to go to meet, but it is already able to do a lot with 2D graphing. Hope this helps, -greg Sent via Deja.com http://www.deja.com/ Before you buy.
- Previous message (by thread): Regular expressions in Python
- Next message (by thread): drrawing graphs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list