2d graphics - what module to use?

Guilhem Faure guilhem.faure at gmail.com
Fri Jul 25 04:29:19 EDT 2008


You can try R cran also. Very powerfull and free. And with R you can use
Rpy, a library R for python and can access to R function and R graph in a
python script.
Other mathematic library  exist in python : Matplotlib for exemple.
Summary :
to draw graph easely in python : Rpy lib or Matplotlib. If you don't know R
language (vectorial language) use Matplotlib.

Adress :
R site : http://cran.r-project.org/
Rpy lib for python : http://rpy.sourceforge.net/
Matplotlib for python : http://matplotlib.sourceforge.net/




On 7/25/08, King <animator333 at gmail.com> wrote:
>
> Use python's default GUI tkinter's drawing functions or you can use
> wxPython GUI kit or you can use pyopengl.
> If you are only interested to draw sin waves or math functions that
> you should give try to matlab at www.mathworks.com
>
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080725/5e3c1301/attachment-0001.html>


More information about the Python-list mailing list