Plotting and Animating 2D points with 'headings'
Posted
by mellort
on Stack Overflow
See other posts from Stack Overflow
or by mellort
Published on 2010-06-16T16:18:48Z
Indexed on
2010/06/16
17:32 UTC
Read the original article
Hit count: 191
I will have a set of data (x, y, heading), and I need to animate it in real-time. I am currently using matplotlib
to animate (x, y) and it works fine, but I would really like to have some way to indicate heading, ie what direction the object is facing. What would be the best library for this? It seems like PyGame might be able to help me out, but would I have to roll out my own graphing library for it?
Thanks
© Stack Overflow or respective owner