views:

70

answers:

2

Hi all,

Which python module should I use for drawing simple functions graphics?

E.g

f: M -> M, f(x) = x

A: 

Check out the third party Gnuplot-py package. I have used it before with success.

If you are familiar with gnuplot syntax, this should be relatively easy. If not, there are plenty of good gnuplot examples online.

http://pypi.python.org/pypi/gnuplot-py/1.8

orangeoctopus
+5  A: 

Matplotlib: http://matplotlib.sourceforge.net/gallery.html

James Roth
matplotlib is great :). thanks.
Daniel Băluţă