Python Graphing Utilities.

Bill Mill bill.mill at gmail.com
Tue May 10 13:39:06 EDT 2005


On 5/10/05, Kenneth Miller <ken.miller at entouch.net> wrote:
> Hello All,
> 
>     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?

matplotlib is awesome:

http://matplotlib.sourceforge.net/

and gnuplot.py is passable:

http://gnuplot-py.sourceforge.net/

(a better version of gnuplot.py is available with the excellent
ipython interpreter at http://ipython.scipy.org/)

All of the above are cross-platform to at least linux and windows.

Peace
Bill Mill
bill.mill at gmail.com



More information about the Python-list mailing list