Python Graphing Utilities.

Fredrik Lundh fredrik at pythonware.com
Tue May 10 13:29:03 EDT 2005


Kenneth Miller wrote:

>     I am new to Python and i was wondering what graphing utlities would be
> available to me. I have already tried BLT and after weeks of unsuccesful
> installs i'd like to find something else. Anything someone would recommend?

start here:

    http://www.python.org/moin/NumericAndScientific/Plotting
    http://starship.python.net/crew/jhauser/plot-res.html

or roll your own:

    http://effbot.org/zone/wckgraph.htm

</F>






More information about the Python-list mailing list