Just drawing lines and plotting points?

Chris Rebert clp2 at rebertia.com
Tue Jan 26 19:54:56 EST 2010


On Tue, Jan 26, 2010 at 4:36 PM, Someone Something <fordhaivat at gmail.com> wrote:
> Hello,
>
> I need a python library that makes drawing lines and plotting points (these
> two things are the only things I need to do) easy. Or, how can I do
> something like this with pygame? Basically, what I want to do is make
> graphs. In pygame, since the coordinate system switches the x's and the y's
> I would have to switch them again when I plot my points so my graphs look
> okay. I hope this was enough info for me to get a good answer.

matplotlib, perhaps?: http://matplotlib.sourceforge.net/

Cheers,
Chris
--
http://blog.rebertia.com



More information about the Python-list mailing list