Graphics Module

Mike kyosohma at gmail.com
Fri Jan 11 16:51:37 EST 2008


On Jan 11, 3:31 pm, "Gabriel" <aekid... at yahoo.es> wrote:
> Hi all !
>
> I'm developing a math program that shows graphics of functions.
> I would hear suggestions about the way of drawing 2D .
>
> Thanks a lot for your answers.
>
> - Gabriel -

That's not a very descriptive question, however most people talk about
matplotlib for graphing and 2D drawings.

Here's a few links on graphing in Python:

http://matplotlib.sourceforge.net/
http://wiki.python.org/moin/PythonGraphApi
http://alpha-leonis.lids.mit.edu/nlp/pygraph/
http://boost.org/libs/graph/doc/python.html
http://www.python.org/doc/essays/graphs.html

Some of these may have dependencies, such as numpy or scipy. Be sure
to read the docs for full details either way.

Mike



More information about the Python-list mailing list