Visual Python - Visualize graphs relating to a movement
Posted
by Francisco P.
on Stack Overflow
See other posts from Stack Overflow
or by Francisco P.
Published on 2010-05-23T12:29:24Z
Indexed on
2010/05/23
17:50 UTC
Read the original article
Hit count: 443
Hello, everyone!
I'm working with visual python on a project where I need to simulate a physical movement.
I'd like to present, in a different window than the one the actual, 3D sim is running, two graphs, both related to the movement:
How the velocity and angular velocity progress over time.
How the movement and rotation progress over time.
All these vars are refreshed once per cycle (inside a while(true)
)
How can I accomplish this?
Thank you for your time!
© Stack Overflow or respective owner