2d graphics - what module to use?

arsyed arsyed at gmail.com
Fri Jul 25 05:36:55 EDT 2008


On Fri, Jul 25, 2008 at 2:13 AM, Pierre Dagenais <pierre.dagenais at ncf.ca> wrote:
> What is the easiest way to draw to a window? I'd like to draw something
>  like sine waves from a mathematical equation.
> Newbie to python.
> --
> http://mail.python.org/mailman/listinfo/python-list
>

I'd recommend matplotlib:

http://matplotlib.sourceforge.net/

Also see the "GUI" and "Plotting" sections on this page:

http://wiki.python.org/moin/UsefulModules



More information about the Python-list mailing list