2010/6/4 Shiv Shankar <fsla...@gmail.com>:
> Hello,
>
> I have a finite 2 dimensional plane. I have a set of co-ordinates, which is
> basically the movement of an object.
> The co-ordinates are derived from a set of equations considering various
> factors.
> After a set of initial research and tryouts i *quickly *decided on using *
> pygame* to plot the co-ordinates on a 2D plane.
>
> Has any one in here implemented this sort of a program ? Which library did
> you use ? if possible could you explain why you chose the particular
> library.

If that is not an animation, you can use Python Imaging Library to
render the graph as an image.

Here is a sample code for rendering sparklines.

http://github.com/aaronsw/watchdog/blob/master/utils/simplegraphs.py

Anand
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to