Find Slope of Data in Sympy / Veusz

503 views Asked by At

I'm using Veusz to Visualize some motion data consisting of a position and a millisecond timestamp.

I would like to calculate Velocity and Acceleration (which are simply 1st and 2nd derivatives of Position) but the use of the 'Diff()' function seems to be beyond my grasp at this time.

Any help would be appreciated.

1

There are 1 answers

0
Andre Calado On

you can do this by using diff(Y)/diff(X)