traja.accessor.TrajaAccessor.plot_acceleration

TrajaAccessor.plot_acceleration(**kwargs)[source]

Plot acceleration over time.

Parameters:

**kwargs – Additional arguments passed to plt.plot

Returns:

Acceleration plot axes

Return type:

matplotlib.axes.Axes

Raises:

ValueError – If time column is not available

Example

>>> ax = df.traja.plot_acceleration()
>>> plt.show()