easiest way to plot x,y graphically during run-time?

Gökhan SEVER gokhansever at gmail.com
Wed Jun 3 12:03:41 EDT 2009


It seems like you want to animate your data.

You may want to take a look at Matplotlib examples or Mayavi for 3D
animations
(
http://code.enthought.com/projects/mayavi/docs/development/html/mayavi/mlab_animating.html?highlight=animation
)

Gökhan


On Wed, Jun 3, 2009 at 10:53 AM, Esmail <ebonak at hotmail.com> wrote:

> Hi all,
>
> I am trying to visualize a number of small objects moving over
> a 2D surface during run-time. I was wondering what would the easiest
> way to accomplish this using Python? Ideally I am looking for a shallow
> learning curve and efficient implementation :-)
>
> These objects may be graphically represented as dots, or preferably
> as small arrow heads/pointy triangles moving about as their x,y
> coordinates change during run-time.
>
> Thanks,
> Esmail
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090603/3fd8ce7d/attachment-0001.html>


More information about the Python-list mailing list