newbie graphing recommendations ?

Scott David Daniels scott.daniels at acm.org
Sun Jul 2 18:00:03 EDT 2006


Adam wrote:
> Where should a py newbie start to do some 2D graphs on screen ? 
>     PythonGraphApi, 
>     Gato, looks interesting 
>     pygraphlib, 
>     matplotlib, 
> is there a best native Python place to start ? 

Check VPython (maybe least learning effort to first usable graphs).
Also look at PyGame if you want to paint screens.

--Scott David Daniels
scott.daniels at acm.org



More information about the Python-list mailing list