Scripting graphs

Richard Jones rjones at ekit-inc.com
Sat Feb 8 18:42:16 EST 2003


On Sun, 9 Feb 2003 3:56 am, Jason Morgan wrote:
> I need to script the creation of graphs and I was hoping to do it with
> python. What are the best tools to do such a task?

What's the target?

1. Bitmap graphics: http://www.mpae.gwdg.de/dislin/dislin.html
   and others

2. Printed documents: http://www.reportlab.com/toolkit/index.html

3. Interactive: http://pathfinder.scar.utoronto.ca/~csca57/RKFgraph.html
   and others

4. Multiple targets: http://Graphite.sourceforge.net/
   and others


Try a google search for "python graphing" and variations including "module" or 
"Tk" or whetever you need to narrow your search.


     Richard






More information about the Python-list mailing list