newbie graphing recommendations ?

bearophileHUGS at lycos.com bearophileHUGS at lycos.com
Sat Jul 15 14:11:41 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 ?

The only good and simple way I have found so far to do some free
graphics with Python in a Window is using PyGame. (You can also use
TKinter, but it's slower).
MatPlotLib is very good to graph functions, datasets, etc. and to save
them to an image file.
There are other good libs if/when you want 3D graphics.

Bye,
bearophile




More information about the Python-list mailing list